This extension allows you to load and build VB6 projects from within Visual Studio. RequirementsIn order to build the project, you will still need Visual Basic 6 installed. How ToYou will need to use the project converter to convert the project from VBP to VBPX. The project converter is available from the project homepage.
DetailsThe extension simply defines a new project type, and will turn your VB6 project into an MSBuild project file that can be fully integrated into the Visual Studio / MSBuild build process like C# and VB.NET projects. LimitationsIt's recommended you still use VB6 to open, edit and debug your projects, as the language is not supported from within the IDE. This extension is purely to bring your VB6 projects into the Visual Studio buid process. LinksThe project homepage can be found @ http://davidmoore.github.io/VisualBasic6X |