Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to embed a remote control feature to support users of my application.

Currently, I'm using the VNC but I would like to find another solution like a component or VNC delphi implementation.

Now looking for a free or opensource solution.

share|improve this question
3  
When you search the web for delphi vnc the first hit is: sourceforge.net/projects/delphivnc Did you look at that? – David Heffernan Oct 23 '12 at 18:55

4 Answers

Nexus Portal is a good Delphi library for implementing remote support in your applications.

It is based on the RTC SDK library for HTTP/HTTPS communication.

share|improve this answer
There is no free for commercial use solution? – Beto Neto Oct 23 '12 at 17:37
6  
@Beto Nothing in your questions mentions a requirement for free software. Please edit the question to include all the details. I hate it when the key requirements leak out in comments to answers. If you want free, try VNC. – David Heffernan Oct 23 '12 at 17:42

Some time ago, I made an UltraVnc dll (both server and client) and a Delphi wrapper for both dlls. I modified the original Ultra VNC sources to start/stop the server, add a new viewer, etc.

Original post: https://plus.google.com/u/0/110131086673878874356/posts/gAmBogWarww https://plus.google.com/u/0/110131086673878874356/posts/dbMRPcUkKAe

Direct link to source + binaries: http://asmprofiler.googlecode.com/svn/trunk/-Other-/UltraVncAsDll/

share|improve this answer

Another option is Remote Assistant from Context Software:

http://www.contextsoft.com/products/remassist/

share|improve this answer
up vote 0 down vote accepted

I decided use Ultra VNC Repeater.

http://www.uvnc.com/products/uvnc-repeater.html

With it I can use only one port for all remote controls, and force the server (customer side) to request remote control (vncviewer).

Also, the customer doesn't needs to open ports for input at his firewall.

Works great and it's free.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.