Hi Everyone,

Is there a way to make your own remote connection program (just for my use - at least fo now)? Something like goToMyPC.

Any suggestions would be appreciated. Also, is this easier to do in PHP/HTML?

Thanks in advanced.

Recommended Answers

All 3 Replies

Sure. Everything that's been written can be written again if you know how to :)

What you want would require native code, therefore most likely C(++) and/or ASM (Delphi can almost certainly do it to).

Thanks. What exactly is native code? What do I need it for?

You'll need to talk to the operating system on the remote machine to take over its desktop. That requires access to operations which Java cannot provide (because such access is highly operating system dependent and therefore outside the scope of a platform independent platform like Java).
You'll need operating system specific code (native to that OS) for each supported platform.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.