Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Define values for WinAPI functions
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00526989
Message ID:
00527040
Views:
17
This message has been marked as the solution to the initial question of the thread.
>Vlad,
>
>>>Try to find Windows.pas and related files (Delphi 5 installation) or Windows.h (C++).
>
>Well, I don't have Delphi and my copy of Windows.h doesn't have any of the color defines. The thing that's frustrating about this is that these are SYSTEM values! Open architecture doesn't do much good without documentation.
>
>>>I can find values you want, just send me Email. Or zip and send you constants lists...
>
>Thanks for the offer. I'm looking for anything starting with "COLOR_".
>
>Thom C.

As Sergey posted, you can get most (if not all) of the constants from API Text Viewer that installs with the Visual Studio tools.

As for the color constants, they are in WINUSER.H. At the bottom of the MSDN entry, the .H file that the function is in is liste das well as other supporting .H files. Always check the Declared In file first and then the support files if it doesn't exist there.

Have fun! ;-)
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform