How can I automate a running instance of a winforms app?

  • Thread starter Thread starter Helen W
  • Start date Start date
Take a look at the System.Runtime.Remoting namespace... also look in the
..NET SDK help for the .NET remoting overview, and the sample of how to build
a remoting application.
-Brian
 
Back
Top