Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting A Color Property
Message
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Setting A Color Property
Miscellaneous
Thread ID:
00766679
Message ID:
00766679
Views:
48
I am trying to set the background and text colors of a bar within an activex control (dbi-tech schedule.ocx). In foxpro, I just olecontrol1.barBackColor(nRow,nBar,12345678).

In the windows form in .net I'm trying:

Me.AxctSchedule1.set_BarBackColor(lnRow, nBar, iBarBackColor)
but I get the following error:

Value of Type Integer cannot be converted to System.UInt32

In the intellisense it shows for the third parameter: Param0 as System.UInt32

Can anybody help me here?

Thanks
Kirk
Next
Reply
Map
View

Click here to load this message in the networking platform