Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to change a desktop?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00757797
Message ID:
00758181
Views:
18
Make changes in your code:
...
DECLARE INTEGER GetLastError IN kernel32
nResult = SystemParametersInfo (SPI_SETDESKWALLPAPER,;
0, @lcWallpaper, 0)

IF nResult = 0
	? 'Error:', GetLastError()
ENDIF
...
and check if there is an error code returned.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform