-
I am trying to create a screensaver for WinNT Workstation/Server. It works in Win95/98/ME and in the 'preview' in WinNT, but when it is started automatically (after the set amount of time), it immediately exits. I know it is not a result of windows sending mousemove or keypress signals, because I tried commenting out those methods and ending via a click on a command button. PLease Help!!!
-
You might be using the wrong constant to notify the os that screensaver is running.
-
Well what would the correct one? I am currently using SPI_SCREENSAVERRUNNING, and it works fine in Win95/98/ME.
-
I do not remember it correctly, but you could use SPI_SETSCREENSAVERRUNNING .