Open a C# Windows dialog from Excel 2002

  • Thread starter Thread starter Lars Schouw
  • Start date Start date
L

Lars Schouw

I have a C++ addin for Excel that should open a dotnet dialog.
What is the most elegantway to do this?

One way is calling wrapping the dotnet code into a COM object that I call from C++.

Regards
Lars Schouw
 
Lars Schouw said:
I have a C++ addin for Excel that should open a dotnet dialog.
What is the most elegantway to do this?

One way is calling wrapping the dotnet code into a COM object that I call
from C++.

The other is using managed extensions in a mixed-mode DLL.

Jens.
 

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

Back
Top