How to convert the VB6 application in to VB.Net???

keithlim

Newcomer
Joined
Aug 3, 2003
Messages
1
Previously I have make a program using VB6 but lately my tutor request me to make the program using VB.Net. Because the program are quite large and it will take quite a long time for me to redo the whole program. Is there anywhere that I could convert from VB6 to VB.Net ???
Urgent Please!!!

Thank You !!!
 
There is a converter utility, but by all reports it generates awful code. I suggest you recode the entire thing from scratch. Its the only way you'll retain control and understanding over what your code is doing.
 
you could use the converter to simply transfer the form design, but rewrite all the code. This way you don't have to waste time applying labels, buttons, etc. (Note that you will probably have to check the properties of the objects because they also sometimes get altered in the conversion.)
 
Back
Top