-1

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.

Anuya
  • 8,082
  • 49
  • 137
  • 222

4 Answers4

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

Just grab the source code off the website.

Anon.
  • 58,739
  • 8
  • 81
  • 86
  • 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
  • 2
    If 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
-1

I know this is an old question, but if someone is still searching for a .NET VncViewer, VnC# is a good source code sample.

ilCosmico
  • 1,319
  • 15
  • 26