Opening vbp Visual Basic Project

后端 未结 5 653
余生分开走
余生分开走 2021-01-04 02:23

I have got some old sources written in Visual Basic. There are *.bas, *.cls, *.frm and *.vbp files. As I understand,

5条回答
  •  南笙
    南笙 (楼主)
    2021-01-04 02:57

    vbp is indeed a VB 5/6 Project File.

    VS6/VB5/VB6 are not free, so if you want to build the project you will need to spend $5 on ebay.

    The VB5 Control Creation Edition (build COM components only) was the only free version MS released.

    Older versions of VS.net included a way to import a VBP and upgrade it to VB.NET, but YMMV (significantly).

    Edit; If you just want to look at the source/project structure all the files except .frx are plain ascii.

提交回复
热议问题