Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Send Hex value to COM property
Message
 
 
À
16/03/2004 12:07:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00886740
Message ID:
00886748
Vues:
14
David,

It directly coresponds to VFP hexadecimal literal.
#DEFINE TGFP_BOTTOM 0x202
* or
TGFP_BOTTOM = 0x202
>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&
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform