|
-
May 15th, 1999, 06:40 AM
#1
Remote Applications
Hi,
I am VC++ programmer. I am using NT 4.0 in Network.
My question are :
1. Can I Identify a perticualar application running in a computer(remote) connected in the network, from my computer?
2. Is it possible to start an application in the computer (remote) connected in the network from my machine?
3. Is it possible to send message(s) to an application which is already running in another computer connected in the network from my machine?
Thanks in advance to those who answer my questions. I will very thank ful if some sample code is attatched along with the answers.
Chandar.
-
May 15th, 1999, 08:31 AM
#2
Re: Remote Applications
i guess the most common way to do this, is infact writing your own service application. you will customize this service to listen on connections at a certain port(s) and perform the requested commands.
There is a MFC service sample that you can get here at codeguru. what you will need to do is create a client that will comunicate with the service installed on the remote computer and you can do whatever you want.
reply if you need some more advice
/thomas
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|