Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help converting STRUCT to VFP string
Message
From
05/11/1998 22:44:03
 
 
To
05/11/1998 19:38:04
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00155020
Message ID:
00155098
Views:
27
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;
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform