|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Creating an Add-In for my own .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 Hello Anthony,
Several - COM+, Remoting, WS, Sockets, Pipes. It depends on what do u want to do AM> I've written a small WinFom .NET app which compiles into a an exe. I AM> now would like to access this app's object model from another app. AM> What the best approach for this? AM> AM> Thanks in advance for any advice AM> Anthony --- WBR, Michael Nemtsev :: blog: http://spaces.msn.com/members/laflour "At times one remains faithful to a cause only because its opponents do not cease to be insipid." (c) Friedrich Nietzsche Hi,
one part of the app is .NET COM-Add-In of an office app, the other one is an ..NET exe. I now want to access the object model of the .NET.exe form .NET COM-Add-In. Any thoughts? Thanks in advance Anthony -- Show quoteAnthony Malt "Michael Nemtsev" <nemt***@msn.com> wrote in message news:9cc1c8637729f8c7f4c849d7bbc5@msnews.microsoft.com... > Hello Anthony, > > Several - COM+, Remoting, WS, Sockets, Pipes. It depends on what do u want > to do > > AM> I've written a small WinFom .NET app which compiles into a an exe. I > AM> now would like to access this app's object model from another app. > AM> What the best approach for this? > AM> AM> Thanks in advance for any advice > AM> Anthony > --- > WBR, > Michael Nemtsev :: blog: http://spaces.msn.com/members/laflour > > "At times one remains faithful to a cause only because its opponents do > not cease to be insipid." (c) Friedrich Nietzsche > > Hello Anthony,
I've never worked with office COM add-ins, but u need to use this COM interfaces in you app to gain control See samples there http://samples.gotdotnet.com/quickstart/howto/doc/Interop/Building_Samples_NET2COM.aspx AM> one part of the app is .NET COM-Add-In of an office app, the other AM> one is an .NET exe. I now want to access the object model of the AM> .NET.exe form .NET COM-Add-In. AM> AM> Any thoughts? AM> AM> Thanks in advance AM> Anthony --- WBR, Michael Nemtsev :: blog: http://spaces.msn.com/laflour "At times one remains faithful to a cause only because its opponents do not cease to be insipid." (c) Friedrich Nietzsche Hello Michael,
thanks for your valuable answer. Actually I just want my two .NET apps to talk to another. COM is just needed from one app to talk to the Office App. I there not something which can my make my two .NET Apps to talk to another? Thanks again Anthony -- Anthony Malt Hello Anthony,
..NET Enterpise Services, Remoting, WebServices, Sockets, Pipes - it's up to you and your design AM> thanks for your valuable answer. Actually I just want my two .NET AM> apps to talk to another. COM is just needed from one app to talk to AM> the Office App. --- WBR, Michael Nemtsev :: blog: http://spaces.msn.com/laflour "At times one remains faithful to a cause only because its opponents do not cease to be insipid." (c) Friedrich Nietzsche |
|||||||||||||||||||||||