Hi all,
Can any one point to me how to develop a screensaver in winxp. What language shud i use to write the code. I have browsed the net and found some native code in c. Is this the way to develop. Has anyone played around with it?
Looking fwd to rplies
Installing the Screen Saver on Your Computer
The following steps describe how to install the screen saver application on your computer.
To install the screen saver:
If you haven't already done so, load the Starter Kit into Visual Basic.
On the File menu, click Save All.
If you are requested to enter a location to save the project, select a directory or accept the default location. Make a note of where the project is saved - by default it will be in a directory under \My Documents\Visual Studio 2005\Projects.
On the Build menu, click Build Solution.
This creates an executable file for the screen saver.
Open up the directory specified in step 3 containing the saved project.
Open the bin\Debug subdirectory. This is where the debug version of your executable file is located. Its default name is ScreenSaver1.exe but you may have given it a different name when you created the project the first time. Change the ".exe" extension on this file to ".scr".
Note: If you do not see the file extensions in Windows Explorer, then click on Folder Options under the Tools menu, click on the View tab, and uncheck the checkbox labeled "Hide extensions for known file types".
Right-click on the .scr file and select "Install".
This opens up the Windows Screen Saver Dialog Box.
Click the Preview button in the Windows Screen Saver Dialog Box.
The screen saver launches. Press any key to stop it.
Click the Settings button in the Windows Screen Saver Dialog Box to see the screen saver options. Try changing the background image or the RSS feed.
Create the project of your choice in VB and then make the executable file. Place the file created in the \windows\system32 folder.
Then go to the screensaver dialog box by right clicking on the desktop and then selecting properties. Select the screensaver with the name which you had given to the project and it will be done.
Last edited by ~s.o.s~; Jan 11th, 2007 at 3:03 pm.
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.