Home All Groups Group Topic Archive Search About

Creating an Add-In for my own .NET App

Author
31 Jan 2006 12:48 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 6:56 PM
Michael Nemtsev
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
Author
11 Feb 2006 10:48 AM
Anthony Malt
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

--
Anthony Malt
Show quote
"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
>
>
Author
11 Feb 2006 5:58 PM
Michael Nemtsev
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
Author
12 Feb 2006 9:16 PM
Anthony Malt
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
Author
13 Feb 2006 7:59 PM
Michael Nemtsev
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

AddThis Social Bookmark Button