registry problem

  • Thread starter Thread starter lewis0820
  • Start date Start date
L

lewis0820

when i set the value in "ScreenSaveTimeOut", the value does change, but the
value in "display property . screen save program . wait(w)" doesn't change,
what's the matter?
 
lewis0820 said:
when i set the value in "ScreenSaveTimeOut", the value does change,
but the value in "display property . screen save program . wait(w)"
doesn't change, what's the matter?

You need to change it using
SystemParametersInfo(SPI_SETSCREENSAVETIMEOUT,...) and not by modifying the
registry directly.

-cd
 
Back
Top