Question

I am trying to convert a VB6 application to VB.net using VS 2005 Upgrade wizard. This application is very obsolete and some of the source code files are missing one of them which includes .vbp project file. However, I do have all the vb form files. Is there a way I can build this project and create new vbp file using all these vb form files ? And then open this vbp file with VS 2005 upgrade wizard. Any help is appreciated. Thanks!

Was it helpful?

Solution

Just create a new project in VB6, and drag all the forms in (select them all and just drag them in). It should add everything needed.

Then try running and seeing if you need any references/components that may be missing. This is more of a trial-and-error experience, and can be frustrating at times. But give it a shot and see what happens.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top