Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VB6 in Visual Studio 2010

Is it possible to create a VB6 application in Visual Studio 2010 for creating COM applications?

like image 974
Andy5 Avatar asked Apr 12 '11 21:04

Andy5


1 Answers

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.

like image 96
fdfrye Avatar answered Oct 07 '22 00:10

fdfrye