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

  • Thread starter Thread starter Helen W
  • Start date Start date
H

Helen W

The Knowledge Base article below explains how to talk to a running instance
of an Office program:

http://support.microsoft.com/default.aspx?scid=kb;EN-US;316126


Is there any way I can talk to a running instance of a winforms app? I.e.,
Can I call some public method in a running winforms app from another
winforms app (or maybe a service)?

Does .Net even work like this?!?!

Thanks!
 
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
 

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