Hi,
I've created a screensaver and am trying to set it as the screensaver for my system through my VB application.
What I've done:
I've read the registry HKEY_CURRENT_USER\Control Panel\desktop\ScreenSaverActive. (to check whether a screensaver has been set or not).
If this is "1" I've just changed the "SCRNSAVE.EXE" entry in the System.ini file.
If this is "0", I've changed it to "1" and then made the change in the System.ini file.
But my code doesn't work if it is zero (ie, if a sreensaver has not been previously set).
Any ideas on how I can make this work??
Thanx.
