VB,C# Forms

Add-in Express™ Support Service
That's what is more important than anything else

VB,C# Forms
Can You use forms in an Add In 
Louis Bruso Jr




Posts: 2
Joined: 2006-01-30
When I add a form to an ADX Com Add-in, it is the form of a C++ class.
In both languages you cannot use #include. Neither recognizes the C++ Form.
How do you get the AddinModule.vb or AddinModule.cs to recognize the C++ form?
Posted 30 Jan, 2006 08:05:28 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Louis.

The fact is that C#, VB.NET and Managed C++ are absolutely different languages. E.g. you can't use the C++ form in the C# project and vice versa. However Add-in Express .NET supports Managed C++ and you can use it to develop COM add-ins.
Posted 30 Jan, 2006 20:15:02 Top