Creating an Add-In for my own .NET App

A

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
 
M

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 Nietzsch
 
A

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
 
M

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
 
A

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
 
M

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
 

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