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 wa开发者_如何学Cnt to hide the menu bar ?? Is there any ways to pass an argument for that?? If not how ?
This can be done by modifying the source code of vnc. which i did.
精彩评论