Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Force Active Desktop to Refresh using Foxpro
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00810077
Message ID:
00810155
Views:
12
This message has been marked as a message which has helped to the initial question of the thread.
Use SystemParametersInfo API function
DECLARE INTEGER SystemParametersInfo IN user32; 
	INTEGER uiAction, INTEGER uiParam,; 
	STRING @pvParam, INTEGER fWinIni
with desktop parameter
#DEFINE SPI_SETDESKWALLPAPER 20
Check MSDN page for this function
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/systemparametersinfo.asp

FoxPro code sample:
http://www.news2news.com/vfp/?example=283&function=441
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform