Migrate my projects from Visual Basic 6 to Visual Basic .Net.

0 votes
asked by
edited by

I want to migrate my projects that were developed in Visual Basic 6 to Visual Basic .Net. However I am not getting successful in converting the projects that use the True DBGrid Pro 6.0 to VB.Net. Even in new projects created in Visual Studio 2010, True DBGrid doesn't work. The software was installed twice to clarify doubts. What should I do in this matter?

1 Answer

0 votes
No avatar answered by (79.9k points)
edited by

You can't simply copy / paste your code from older projects into the new Visual Basic .Net and expect it to compile and run. The process is a bit more complex than that. To be noticed that you need to be careful at some aspects before you begin. In this matter, you first should check your old projects and remove any dead or duplicate code section, upgrade problematic syntax and controls, make sure that you don't have any undeclared variables in your code. After you did all this, make sure to use the wizard in order to convert the code from VB 6 to VB .Net.

I strongly suggest that you follow the steps provided above to make sure that you properly migrate your programs. Also, you can use the following guide that you can download from the official website.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...