RE: Programming question

2004-07-30 Thread Tom Wright
e the time to capture all movements on the server and redirect them to the client..would that be possible? Tom -Original Message- From: Stephan A. Edelman [mailto:[EMAIL PROTECTED] Sent: Friday, July 30, 2004 3:59 PM To: Tom Wright; Vnc-List Subject: Re: Programming question The Wi

Re: Programming question

2004-07-30 Thread Stephan A. Edelman
The Windows platform API function: SystemParametersInfo(SPI_SETLOWPOWERACTIVE, 1, NULL, 0); Will put the monitor to sleep, but as soon as you move the mouse (even remotely over VNC) or type anything in, the monitor automatically powers up again. Therefore, you cannot hide what you're doing while