 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Brian Guest
|
Posted: Mon Jan 03, 2005 7:16 pm Post subject: remote control app |
|
|
Hi All
Not even sure if this can be done, but I want to be able to open
and close an app on a different system over a network, can this
be done?
I've tried this but it opens the app on the system that called it
I want it to open on the remote system.
shellexecute(Application.Handle,'open',pchar(path),nil,nil,SW_SHOWMAXIMIZED)
;
Any ideas?
Brian
|
|
| Back to top |
|
 |
Jamie Guest
|
Posted: Mon Jan 03, 2005 11:28 pm Post subject: Re: remote control app |
|
|
Brian wrote:
| Quote: | Hi All
Not even sure if this can be done, but I want to be able to open
and close an app on a different system over a network, can this
be done?
I've tried this but it opens the app on the system that called it
I want it to open on the remote system.
shellexecute(Application.Handle,'open',pchar(path),nil,nil,SW_SHOWMAXIMIZED)
;
Any ideas?
Brian
not unless you have a monitor program running at the other end that you |
can send commands via the network..
something like RPC (Remote Procedure Call) maybe something that your
looking for or DCOM.
etc..
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|