vb to vb.net
Visual Basic
3
Posts
3
Posters
0
Views
1
Watching
-
I have the source code of a vb program. What is the best way to convert or rewrite the code into vb.net?
There is no easy way. There is an upgrade wizard, but it's not very good, because the languages are so totally different. Christian Graus - Microsoft MVP - C++
-
I have the source code of a vb program. What is the best way to convert or rewrite the code into vb.net?
I think… open your VB6 project by using Visual Studio (Wizard ), get an idea and rewrite, by creating a new project - is the best way. .
Regards,
Chatura Dilan
If at first you don't succeed, try; try again, so that you know what not to do the next time. The answer is out there.