My requirement is to remove the menu bar of TightVNC Viewer, because i dont want the user to use any of them in menu bar. For which i need the source code of TightVNC, so that i can remove or disable the menu bar in UI Form. Can i get the source code in c# and i want to open the project in Visual studio Dot Net and change the form. Or any other ideas for removing the menu bar will be helpful. Thanks.
Asked
Active
Viewed 1.3k times
4 Answers
2
The source code off the TightVNC website is C++.
If you're looking specifically for C#, there's an open-source C# VNC client on Sourceforge, here.

Amber
- 507,862
- 82
- 626
- 550
2
you can download from the .Net based open source project at Sourcefourge. here is the link http://dotnetvnc.sourceforge.net/
1
-
Anon, i tried that already. Its a c++ version and even in that i am not able to see any form. I dunno c++, thats why i am searching for c# version. – Anuya Jan 29 '10 at 03:07
-
2If the source code isn't in C#, what makes you think there is a C# version available? – Anon. Jan 29 '10 at 03:08
-
Anon, just tried my luck in the Net for c# version. I also tried with c++ version, but could not find the place of UI !! – Anuya Jan 29 '10 at 03:11