Unless I capture all mouse movements on the server and pass them on to the client. Then the mouse will not move on the server.......hmmmm...I'd have to capture all movements from all apps on the server so that it would not turn on the monitor.......I wonder how laplink does it. I could take 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 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 connected over VNC. Stephan. ----- Original Message ----- From: "Tom Wright" <[EMAIL PROTECTED]> To: "Vnc-List" <[EMAIL PROTECTED]> Sent: Friday, July 30, 2004 4:45 PM Subject: Programming question > I'm trying to modify VNC to blank out the servers monitor by telling the > monitor to shut off, but there does not seem to be much documentation. Has > anyone made any mods yet and if so where are the screen handling section of > the code? > > > > Thanks > > Tom > _______________________________________________ > VNC-List mailing list > [EMAIL PROTECTED] > To remove yourself from the list visit: > http://www.realvnc.com/mailman/listinfo/vnc-list _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
