
Sample code to help rookie build Screen saver in VB4
The thing you nned to make Win95 (or whatever) think your .SCR app is a
ScreenSaver is simple,
When you compile, goto the options and set the Application Title to
"SCRNSAVE:AppName".
Be sure to stick it in your Windows directory.
Mitch
Quote:
> I am trying to learn VB4 at the same time I am trying to do something
> productive as I am learning. Would like to build screen saver in native
> SCR Extension
> Thank you