VB conversion tool
-
Yeah, just open the old VB6 project in VB.NET and it'll automatically launch the conversion wizard. It is most definately NOT a perfect conversion. In most cases, I would recommend just rewriting the project from scratch or converting parts of the app and rewriting the remaining pieces of it. The conversion process does NOT take advantage of the true OOP capabilities of VB.NET, nor does it convert every object into an equivilent .NET BCL object. Dave Kreskowiak Microsoft MVP - Visual Basic
-
Yeah, just open the old VB6 project in VB.NET and it'll automatically launch the conversion wizard. It is most definately NOT a perfect conversion. In most cases, I would recommend just rewriting the project from scratch or converting parts of the app and rewriting the remaining pieces of it. The conversion process does NOT take advantage of the true OOP capabilities of VB.NET, nor does it convert every object into an equivilent .NET BCL object. Dave Kreskowiak Microsoft MVP - Visual Basic