问题
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.
回答1:
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.
回答2:
you can download from the .Net based open source project at Sourcefourge. here is the link http://dotnetvnc.sourceforge.net/
回答3:
Just grab the source code off the website.
回答4:
I know this is an old question, but if someone is still searching for a .NET VncViewer, VnC# is a good source code sample.
来源:https://stackoverflow.com/questions/2159618/where-can-i-get-the-source-code-for-vnc-in-dotnet-c