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

Re: Anyway to associate name with IP in server list??

2004-05-26 Thread Stephan A. Edelman
You can use PlanetRemote (http://www.planetdns.net/client/new/pdnsrem32v116.exe). It includes a station locator broadcast service that works together with the PlanetRemote viewer (a VNC compatible viewer that's included) to enumerate PC's on your network by name. There are other tools such as VNC

Re: XP Browser Problems

2004-05-10 Thread Stephan A. Edelman
You need to install a Java Virtual Machine. Your best bet is to go to http://www.sun.com/java and download their latest version. Alternately (not recommended), you can install Microsoft's JVM. They indicate an end-of-life for MS JVM sometime in 2007 so it may make sense to start using Sun's. They

Re: Question about commercial use and the GPL

2004-04-13 Thread Stephan A. Edelman
We have a similar solution that we use to support our own customers, based in part on VNC. We've essentially packaged the vncserver into a single signed 390KB executable (not an installer) that initiates an outgoing support connection across the Internet to an available station in our help desk. T

Re: Web-based VNC access

2004-04-07 Thread Stephan A. Edelman
nificant that we have to look for a more "transparent" solution and > > ActiveX may provide this for us. > > > > Stephan. > > > > - Original Message - > > From: "Seak, Teng-Fong" <[EMAIL PROTECTED]> > > To: <[EMAIL PRO

Re: Web-based VNC access

2004-04-07 Thread Stephan A. Edelman
ur version of VNC server has HTTP based file-transfer support), but this is in reality an extra step no better than ActiveX as it has similar OS limitations. Stephan. - Original Message - From: "Corni Beerse" <[EMAIL PROTECTED]> To: "Stephan A. Edelman" <

Re: Web-based VNC access

2004-04-07 Thread Stephan A. Edelman
. - Original Message - From: "Seak, Teng-Fong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 07, 2004 8:40 AM Subject: RE: Web-based VNC access > > -Message d'origine- > > De : Stephan A. Edelman [mailto:[EMAIL PROTECTED] >

Re: Web-based VNC access

2004-04-07 Thread Stephan A. Edelman
I welcome the availability of an ActiveX control for two reasons: (1) The reality is that Java is becoming less accessible due to the fact that Microsoft has decided to remove it from its browser. Installation of a JVM is less than transparent to the average end-user. (2) Microsoft's JVM far outper

Re: Merging Ultr@VNC code into RealVNC?

2003-12-17 Thread Stephan A. Edelman
I've put together a library based on the codebase provided by the Samba team that supports NTLM authentication. We're using it to add NTLM as an authentication mechanism to our custom POP3 services (so you can check the Secure Password Authentication checkbox in your Outlook / Outlook Express). J

Re: file transfer

2003-12-17 Thread Stephan A. Edelman
nt so that you can use an Internet domain name rather than an IP address to connect to your computer remotely. Early next year, I should have a "standalone" version available. http://www.planetdns.net/client/pdnsrem32v116.exe Regards, Stephan. -- Stephan A. Edelman NewAce Corpora

Re: VNCHooks.dll usage?

2003-12-11 Thread Stephan A. Edelman
Hello Andrey: There's a call to SetHooks() in the main VNC source code. This function is exported from VNCHooks.dll. Just some background on the need for the VNCHooks.dll library: The VNC application works by hooking into the system message queues (using SetWindowsHookEx) to monitor messages that