Home All Groups Group Topic Archive Search About

Accessing another .NET app

Author
31 Jan 2006 12:53 PM
Anthony Malt
Hi,

I've written a small WinFom .NET app which compiles into a an exe. I now
would like to access this app's object model from another app. What the best
approach for this?

Thanks in advance for any advice
Anthony



--
Anthony Malt

Author
31 Jan 2006 2:09 PM
Herfried K. Wagner [MVP]
"Anthony Malt" <Anthony.M***@sterm.com> schrieb:
> I've written a small WinFom .NET app which compiles into a an exe. I now
> would like to access this app's object model from another app. What the
> best
> approach for this?

If you are using .NET 2.0:  Add a reference to the executable file in
another project.

If you are using .NET 1.*, you may want to take a look at this sample:

<URL:http://dotnet.mvps.org/dotnet/samples/techniques/PlugIns.zip>

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>