Jul 21, 2003 #1 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
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
Jul 21, 2003 #2 AirCon IS-IT--Management Apr 5, 2003 860 ID SystemParametersInfo. SPI_SETDESKWALLPAPER for Wallpaper SPI_SETSCREENSAVEACTIVE & SPI_SETSCREENSAVERRUNNING for ScreenSaver Using C/C++: http://msdn.microsoft.com/library/d...y/en-us/sysinfo/base/systemparametersinfo.asp Using VBA: http://msdn.microsoft.com/library/d...ev/html/usingsystemparametersinfofunction.asp Using VB: http://www.mentalis.org/apilist/SystemParametersInfo.shtml Hope it helps Regards -- AirCon -- Upvote 0 Downvote
SystemParametersInfo. SPI_SETDESKWALLPAPER for Wallpaper SPI_SETSCREENSAVEACTIVE & SPI_SETSCREENSAVERRUNNING for ScreenSaver Using C/C++: http://msdn.microsoft.com/library/d...y/en-us/sysinfo/base/systemparametersinfo.asp Using VBA: http://msdn.microsoft.com/library/d...ev/html/usingsystemparametersinfofunction.asp Using VB: http://www.mentalis.org/apilist/SystemParametersInfo.shtml Hope it helps Regards -- AirCon --