Question

I am using TightVNC to establish the connection, by an external program which passes the arguments to TightVNC.exe like,

 <profiles>
<profile name="Home" remoteHost="somewhere.somehost.com"
  viewerProgram="C:\Program Files\TightVNC\vncviewer.exe"
  arguments="-compresslevel 9 -quality 6 {H}::{P}"
  connectionMode="SSH">
  <parameters>
  </parameters>
</profile>

which is working perfectly. When the connection is done, i am getting the viewer window where i can see the menu bar of TightVNC Viewer. I dont want the user to do anything, i want to hide the menu bar ?? Is there any ways to pass an argument for that?? If not how ?

Was it helpful?

Solution

This can be done by modifying the source code of vnc. which i did.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top