Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

desktop background image

Status
Not open for further replies.

DeCoDeR

Programmer
Jun 4, 2002
37
US
hi,
what are the apis to change background desktop image and screen saver dynamically like webshots does?
thanx in advance
regards


Read between the lines
 
SystemParametersInfo.
SPI_SETDESKWALLPAPER for Wallpaper
SPI_SETSCREENSAVEACTIVE & SPI_SETSCREENSAVERRUNNING for ScreenSaver

Using C/C++:

Using VBA:

Using VB:

Hope it helps
Regards


-- AirCon --
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top