Mods, feel free to move this thread. I didn't know whether to put it here or in the vb6 forum.

I am currently upgrading a VB6 application to .Net.

I tried using the converter, just for giggles, and I have A LOT of adjustments to make to get the program functioning properly in .Net. So, scratch it and start over right?

The caveat is that there is a lot of code that I will be able to reuse. I say somewhere in the neighborhood of 80% of the code will be able to be used again. I'd say around 70% of that will be able to be used as is. So, following the percentage, it would seem that just converting and fixing would be the way to go.

I'm at a crossroads here. When I really think about it, the best thing for me to do would probably be start from scratch, and just use good ol' copy and paste for the vb6 code that works already.

Any thoughts from people that have already converted vb6 projects to .net?