Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Send Hex value to COM property
Message
From
16/03/2004 12:18:49
 
 
To
16/03/2004 12:07:27
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00886740
Message ID:
00886747
Views:
10
>I'm working with a COM control on the server side to create a chart for display in the web page. The control is ChartFX from SoftwareFX.
>
>To set some of the properties after instantiating the control, the sample code uses an include file for VB that has constants. I successfully converted all those to #DEFINE statements and they are all working as expected, except for the ones that have some kind of Hex representation.
>
>Does anyone know how to send the following VB constant value into the control from VFP?
>
>Const TGFP_BOTTOM &H202&
>
I beleive you can just drop the last & and it converts to
#DEFINE TGFP_BOTTOM 0x202
Charles

"The code knows no master." - Chuck Mautz
"Everybody is ignorant, only on different subjects." - Will Rogers
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform