Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I get the system color for this object ?
Message
 
To
26/08/2004 11:49:03
Arlei Silva
Chevron Oronite Brasil Ltda.
Capuava, Brazil
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00936664
Message ID:
00936699
Views:
25
This is rather SystemParametersInfo API function.
DECLARE INTEGER SystemParametersInfo IN user32;
	INTEGER uiAction, INTEGER uiParam,;
	STRING @pvParam, INTEGER fWinIni
FoxPro code sample:

Using the SystemParametersInfo function
http://www.news2news.com/vfp/?function=441&example=283

MSDN link:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/systemparametersinfo.asp
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform