Click to See Complete Forum and Search --> : VB 6.0 program in Visual Studio .NET?
ank20
August 9th, 2002, 08:37 PM
I’m considering getting Visual Studio .Net, however I currently have programs written in 6.0. and web apps written in classic ASP. In your experience, will Visual Studio .Net be able to support Visual Basic 6.0 programming? I mean, can I still program VB 6.0 with Visual Studio .NET How about classic ASP? Any comments you may have is greatly appreciated !
jayson_13
August 12th, 2002, 05:27 AM
i dont think so..
many syntax has changed..
some properties in vb6 has been replaced in .net..
but u can upgrade ur program to vb.net using the functions o;edy provides..
hope helps.
I'm new oso
DSJ
August 12th, 2002, 09:36 AM
You can have VB 6 and VB.NET installed on the same PC with no problems, but your project will be one or the other, not both.
parireddy
August 14th, 2002, 02:14 PM
You can upgrade your VB 6.0 program using the upgrade wizard provided in VB.NET. It converts 80% of your VB 6.0 code into VB.NET and you have to change the remaining code.
praymond
August 16th, 2002, 02:46 PM
and you have to change the remaining code. and the nice thing is that .net will provide a "to-do" list of exceptions that couldn't be converted, allowing you to fix the remaining bits of code. :)
Cheers!
Paul
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.