|
-
Sep 13th, 2002, 01:47 AM
#1
Thread Starter
Hyperactive Member
Convert from VB6.0 to .NET
Hi all,
This is my first question realated to .NET
I want to convert my application created in VB6.0 to .Net
How is it possible? What can i do?
Please explain. Thanks in advance..
Anita
Can't imagine life without VB
(Various Boyfriends)
-
Sep 13th, 2002, 02:06 AM
#2
The first question you have to ask yourself is if you need to convert at all.
Most existing VB6 projects will never be converted to .NET
I would recommend using .NET for new projects, and leave the existing ones in VB6.
Only convert your project if .NET can offer something you need and it is to much work or impossible using VB6.
To convert your project, just open it in VB.NET, and the migration wizard will start. After the migration wizard has finished, many things have to done by hand. The migration wizard will put comments in your code, which will show up in the tasks window.
Probably you are not satisfied with the code the migration wizard created for you, so there is a lot of work changing this parts as well (like converting from COM based ADO to ADO.NET, getting rid of the stuff from the VB6 compatibility class etc.)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|