954,554 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Making a Remote Host

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.

Ghost
Posting Whiz
352 posts since Aug 2004
Reputation Points: 12
Solved Threads: 2
 

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).

jwenting
duckman
Team Colleague
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
 

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

Ghost
Posting Whiz
352 posts since Aug 2004
Reputation Points: 12
Solved Threads: 2
 

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.

jwenting
duckman
Team Colleague
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You