Is it possible to create a VB6 application in Visual Studio 2010 for creating COM applications?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
No, this is not possible. VB6 application cannot be created in any version of Visual Studio beyond Visual Studio 6.0 SP6. You can, however, write assemblies in .Net (any version) that are "Com visible." You can set an assembly as "Com Visible" by checking the "Make COM Visible" checkbox on the project settings dialog in whichever version of Visual Studio (that supports .Net) you choose. |
|||||||||||||
|