Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help converting STRUCT to VFP string
Message
De
05/11/1998 22:44:03
 
 
À
05/11/1998 19:38:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00155020
Message ID:
00155098
Vues:
25
Vlad:

I think I have found another problem with my code - the function I am using to convert numbers to DWORD strings doesn't work on negatives. In the struct below, I need to pass -1 in the values of the COLORREFs and the RECT. The function I got was from MS KB, but it only works on non-negative. Can I just use your NumberToInteger4String function in NumberConversions, or is there another function to use ?

Thanks again
Rob

>>
>>typedef struct HH_POPUP
>>{
>>int cbStruct;
>>HINSTANCE hinst;
>>UINT idString;
>>LPCTSTR pszText;
>>POINT pt;
>>COLORREF clrForeground;
>>COLORREF clrBackground;
>>RECT rcMargins;
>>LPCTSTR pszFont;
>>} HH_POPUP;
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform