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