|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Accessing another .NET appHi,
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 "Anthony Malt" <Anthony.M***@sterm.com> schrieb: If you are using .NET 2.0: Add a reference to the executable file in > 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? 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/> |
|||||||||||||||||||||||