C# 如何在紧密的VNC中隐藏菜单栏?

C# 如何在紧密的VNC中隐藏菜单栏?,c#,vnc,C#,Vnc,我正在使用TightVNC通过一个外部程序建立连接,该程序将参数传递给TightVNC.exe,如 <profiles> <profile name="Home" remoteHost="somewhere.somehost.com" viewerProgram="C:\Program Files\TightVNC\vncviewer.exe" arguments="-compresslevel 9 -quality 6 {H}::{P}" connectionM

我正在使用TightVNC通过一个外部程序建立连接,该程序将参数传递给TightVNC.exe,如

 <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>


这是完美的工作。连接完成后,我会看到查看器窗口,在那里我可以看到TightVNC查看器的菜单栏。我不想让用户做任何事情,我想隐藏菜单栏??有没有什么方法可以证明这一点??如果不是,怎么做

这可以通过修改vnc的源代码来实现。是我做的。

C#,wtf,这C#怎么样?怎么样