Where is the VS 6.0 -> VS .NET converter?

Auto function!

Hey!

It is not a selectable item.

Start Visual Studio.Net, go to File, then Open Project. Select the Visual Basic6 project that you want to convert. It will convert the project and load it as a Visual Basic.net project. It will list any problem spots in the project with a link to the help file with info on the problem. You can then save it as a Visual Basic.net project. The problem spots will be in green with a link, right click on it and choose navigate to get to the help file. This does not solve all problems, you still may have to do some research. Hope this helps!
 
thanks, that had been confusing me. I know very little about 6.0, and I use .net as more of a hobby.

Now, on to more work... lol, I hate when one line of code is confusing the heck out of you, and it is that one line of code that if you understood it, it would all come together...

since I can just code around it in 6.0, I will fight my way through it in that... Or since the program works the way it is, I will just do without extra options...
 
Last edited:
Back
Top