Delphi and Kylix

Moderators: pritaeas
Number of threads: 7264
Number of posts: 19073

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Control! Posted by edomingos_jr on 26 Dec 2005 at 4:15 PM
Hey, is there anyone who is able to controlanother pc by delhpi? Im willing to do a program that allows me to use 2 pcs, 1 & 2. Pc 1 opens the program but it runs on pc 2. Is anyone able to do that in delphi??

Thanx...
Report
Re: Control! Posted by Koppis on 2 Jan 2006 at 7:35 AM
: Hey, is there anyone who is able to controlanother pc by delhpi? Im willing to do a program that allows me to use 2 pcs, 1 & 2. Pc 1 opens the program but it runs on pc 2. Is anyone able to do that in delphi??
:
: Thanx...
:
Does "Pc 1 opens the program but it runs on pc 2" mean, you want to open the program from a shared directory in PC 2?
What does control mean to you? Doing virtual key strokes and mouse moving and presses?
Simple socket connection could be used for that I believe. Dynamic IPs are recommended.
Report
Re: Control! Posted by edomingos_jr on 2 Jan 2006 at 8:18 AM
Sort of, I click a button, and instead of running on pc1, it runs on pc2, think you can do that???

Thanx...
Report
Re: Control! Posted by Koppis on 2 Jan 2006 at 11:25 PM
: Sort of, I click a button, and instead of running on pc1, it runs on pc2, think you can do that???
:
: Thanx...
:
Are you in need of remote control program like WinVNC?
Report
Re: Control! Posted by edomingos_jr on 3 Jan 2006 at 1:32 PM
What do you mean? All I want to do, is to be able to run a program on another computer. I simply press a button, and instead of happening to the very same pc, it happens on another one...
Report
Re: Control! Posted by Koppis on 3 Jan 2006 at 11:06 PM
: What do you mean? All I want to do, is to be able to run a program on another computer. I simply press a button, and instead of happening to the very same pc, it happens on another one...
:
Hmm, that could be done with a Remote Control program =)
But if you would like to create something else, a simple program using sockets to create connection between your computer and the other computer would do. Just write code, where you for example are the server and other PC is client. Then when you press button in your program, it sends some data to the another PC, wich receives the data and then starts the program using some simple code, like ShellExecute().



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.