Why cant I set the screensaver timeout and active?
I'v tried everything but can't get it to work.
code:
ret = SystemParametersInfo(SPI_SETSCREENSAVEACTIVE, False, vbNull, 0)
It returns zero which should be an error. The spi_get action works fine
but not the set ones...
--