Results 1 to 2 of 2

Thread: Convert from VB6.0 to .NET

  1. #1

    Thread Starter
    Hyperactive Member anita2002's Avatar
    Join Date
    Dec 2001
    Location
    In u'r Heart
    Posts
    482

    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)

  2. #2
    old fart Frans C's Avatar
    Join Date
    Oct 1999
    Location
    the Netherlands
    Posts
    2,926
    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
  •  



Click Here to Expand Forum to Full Width