Opening vbp Visual Basic Project

后端 未结 5 650
余生分开走
余生分开走 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 03:19

    you need Visual Basic, not Visual Studio to open these files. or you can open it using a normal text editor like sublime text file separately. but if you want to open it like a project then you should use Microsoft Visual Basic 6.0 / 5.0 . There is a portable version too.

    If you still want to open .vbp file using visual studio try to use VB tools for Visual Studio. I think it will help you.

提交回复
热议问题