Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

embed uvnc server in my onw c# app

Post Reply
cosby
8
8
Posts: 16
Joined: 2007-07-04 11:34

embed uvnc server in my onw c# app

Post by cosby »

Hi guys, I would like embed UVNC server in my onw c# application to provide HelpDesk in my office. How can i do this? I found c++ source code but nothing in c# or vb. Plese help me
cosby
8
8
Posts: 16
Joined: 2007-07-04 11:34

Re: embed uvnc server in my onw c# app

Post by cosby »

Nobody can help me???????
Robert_Zenz
8
8
Posts: 22
Joined: 2009-07-28 09:58
Location: Vienna, Austria
Contact:

Re: embed uvnc server in my onw c# app

Post by Robert_Zenz »

Maybe you wanna have a look at the Single Click Client?

Also, UltraVNC is licensed under the GPL (V2, I think), meaning that if you embed code from UltraVNC into your application, you'll have to license your application also under the terms of the GPL.
cosby
8
8
Posts: 16
Joined: 2007-07-04 11:34

Re: embed uvnc server in my onw c# app

Post by cosby »

I know that. My app will be GPL
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6863
Joined: 2004-04-23 10:21
Contact:

Re: embed uvnc server in my onw c# app

Post by Rudi De Vos »

converting c++ to c# is a huge project, you almost need to complete rewrite all the code.

The only simple solution is that you make a c# wrapper, that control the
standard winvnc.exe with the command line options. Then you only need to concentrate on the Gui
cosby
8
8
Posts: 16
Joined: 2007-07-04 11:34

Re: embed uvnc server in my onw c# app

Post by cosby »

Ok man, I understand. Thank you very much. Last question, there arent't vncservers ocx in internet?

Thank you so much for your answers
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Re: embed uvnc server in my onw c# app

Post by redge »

Last question, there arent't vncservers ocx in internet?
i don't know is open source or not
http://www.s-code.com/products/serverx/ ... aspx?gdm=1
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
cosby
8
8
Posts: 16
Joined: 2007-07-04 11:34

Re: embed uvnc server in my onw c# app

Post by cosby »

shareware :(.....
Post Reply