How to open visual basic 6 program with visual studio.net

前端 未结 5 1474
你的背包
你的背包 2021-01-11 09:35

I want to open a program (written in Visual basic 6) to be open in Visual Studio.net. Please guide, how could I do that?

While trying to open VB6 (.vbp file) program

5条回答
  •  悲&欢浪女
    2021-01-11 10:25

    There's a plugin called Visual Basic Tools for Visual Studio that provides the following features:

    • load classic VB workspace- and project-files and offers quick access to the extension´s options

    • integrates with the solution explorer and the code editor having support for syntax highlighting, basic outlining (allows to expand/collapse methods, properties and types) as well as navigation bar support.

    • Classes, Types, Modules, Forms and Controls can be inspected using the Object Browser and Class View.

    From the reading, it's unclear if you can actually build the project, though it does say:

    The import tool creates a new solution and MSBuild compatible projects.

提交回复
热议问题