how to invoke my VB.net form from a COM application?

M

mrmagoo

How do I make my VB.Net form callable from an Excel application? It's a
utility independent from Excel, but I want to be able to call it from Excel.
I know a lot about VBA but don't know how to get a handle on the .net form
and make it visible.

thx
 
A

aaron.kempf

uh dont you need visual studio tools for office?

i've been to a couple of users' group meetings and i've seen some
pretty snazzy stuff out of vsto

-aaron
 
M

mrmagoo

No. I'm talking about a .Net solutions, and all that is needed from the COM
side of things is to "show" the .Net form. To do that, some things have to
be added to the .Net solution.

I know one approach is using ComClass. I'm hoping to get step by step
instructions or find out other ways, if there are.

Anyway I'm looking around for articles that go into more detail.
 

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