Remote Execution of an application on another PC

  • Thread starter Thread starter Plus.Net News
  • Start date Start date
P

Plus.Net News

Hi,

I wonder if anybody could help. I am new to VB.NET and I would like to know
if it is possible to get a VB.Net application running on one pc to
instantiate an application on another PC. If this is possible, how would I
go about doing this.

Thanks in Advance

Ash.
 
You need a (Web-)service of some sort running ("listening") on the 2nd
machine which you can then call. When this receives the call from pc 1 it
can do whatever you programmed it to do (such as starting a prog.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top