QUESTION IS: can i modify the HTML-document the java-applet "VncViewer.class" is embedded in? (because i'd like to add margins, remove scrollbars, etc.)
Response: Sure but you would need to beable to compile vnc yourself as the html emitted is actually embeded into the executable. So you will need to find instructions for compiling after you modify it. QUESTION IS: is it somehow possible to make the vncviewer.exe know whom/which address to connect to by default? (because for unexperienced users it is quite complicate to first download the viewer, then start the viewer, then enter a server-address and finally enter a password) Response: It will read from the registry.... Or you can supply the IP/Name via the command line, in a batch file. But this will make the client a tad more complicated. You could build A miniinstaller (try nullsoft or innosetup for freeware ones.) That enters registry or calls the program with a few clicks. QUESTION IS: is it possible to configure vncserver in a way, that a user can only connect, when nobody else is currently connected? (in this case i'd like to make vncserver display a message like "the demo-center is currently in use. try again in ten minutes.") Response: Under VNC properites -> sharing change these options Never treat connections as shared uncheck non-shared connections replace existing ones. This will achieve what I think you are looking for however I think this message is generated by the client so I don't think you could change it. QUESTION IS: is it possible to close an existing connection after a certain time of inactivity? (e.g. after ten minutes?) There is a default timeout but at the moment I dont remember what it is, maybe 60 minutes... You can change it via the command line or the registry See: HKEY_LOCAL_MACHINE\SOFTWARE\RealVNC\WinVNC4\IdleTimeout Additionaly you may want to think about vnc enterprise I it does have a few more features. You can download a trial version of it from realvnc. --Angelo On Sat, 15 Jan 2005 04:19:43 -0800 (PST), hendrik stey <[EMAIL PROTECTED]> wrote: > Hello List, > > i intend to use VNC-server on a windows-pc (in order > to give people the opportunity to logon to this pc and > to test an installed software via internet.) > > my questions: > > 1. > QUESTION IS: > can i modify the HTML-document the java-applet > "VncViewer.class" is embedded in? (because i'd like to > add margins, remove scrollbars, etc.) > > 2. > PLAN: > -> i'd like to provide the two possibilities of either > downloading the vnc-client or viewing the remote > desktop using a Java-enabled web browser. advantage of > the Java-enabled web browser would be its let's call > it "one-click-solution" - the user connects to the > remote machine with only a click on a hyperlink and > then only needs to enter the password. > > -> for those who have a java-enabled browser this > solution is probably the most comfortable one. > those who have NO java (freshly installed windows > machines) would have to download the vnc-client. > > QUESTION IS: > is it somehow possible to make the vncviewer.exe know > whom/which address to connect to by default? (because > for unexperienced users it is quite complicate to > first download the viewer, then start the viewer, then > enter a server-address and finally enter a password) > > 3. > QUESTION IS: > is it possible to configure vncserver in a way, that a > user can only connect, when nobody else is currently > connected? (in this case i'd like to make vncserver > display a message like "the demo-center is currently > in use. try again in ten minutes.") > > 4. > QUESTION IS: > is it possible to close an existing connection after a > certain time of inactivity? (e.g. after ten minutes?) > > thx in advance for your advice. > cheers, > hal. > > ===== > !! >> ACHTUNG! > > !! >> DIESER ACCOUNT WIRD VON MIR IN K\RZE AUFGEGEBEN. > > !! >> Benutzt darum bitte ab jetzt folgende Adresse: > !! >> [EMAIL PROTECTED] > !! >> (und bitte evtl. Adressbucheintrdge / Verteiler ber|cksichtigen) > > __________________________________ > Do you Yahoo!? > The all-new My Yahoo! - Get yours free! > http://my.yahoo.com > _______________________________________________ > 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
