How To Control a .NET EXE With .NET Client (Something Like Word Automation)

M

Mark Overstreet

I want to write a single instance application with one
main form that exposes an object model that that be
controlled via one or more applications on the same
machine. Basically an out-of-process server.

Similiar to how Microsoft Word or Excel Automation works
but a pure .NET version for both the application and the
client that is controlling it.

Any ideas on how this is accomplished in .NET? It was
really easy to do with Visual Basic 6.0 and ActiveX Exe
project types.

Thanks for any help.

Mark
 

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

Top