Jul 8, 2005 #1 shsheytan Programmer Joined Jul 8, 2005 Messages 1 Location IR Hi, I need your help in my project(MFC). I write it with visual c++ 6 i want to change desktop wallpaper and call the windows screensaver. thanks for your help
Hi, I need your help in my project(MFC). I write it with visual c++ 6 i want to change desktop wallpaper and call the windows screensaver. thanks for your help
Aug 1, 2005 #2 PerFnurt Programmer Joined Feb 25, 2003 Messages 972 Location SE i want to change desktop wallpaper Click to expand... Check out the registry key HKEY_CURRENT_USER\Control Panel\Desktop\Wallpaper and call the windows screensaver Click to expand... Check what's in HKEY_CURRENT_USER\Control Panel\Desktop\SCRNSAVE.EXE and execute it (use ShellExecute for example) /Per www.perfnurt.se Upvote 0 Downvote
i want to change desktop wallpaper Click to expand... Check out the registry key HKEY_CURRENT_USER\Control Panel\Desktop\Wallpaper and call the windows screensaver Click to expand... Check what's in HKEY_CURRENT_USER\Control Panel\Desktop\SCRNSAVE.EXE and execute it (use ShellExecute for example) /Per www.perfnurt.se