Converting a VB 6.0 project to VB 2010

Amar Bhusanur 0 Reputation points
2023-11-18T12:08:26.7+00:00

What steps do I need to take in order to convert my Visual Basic 6.0 project to VB 2010? Are there any tools or resources that can help me with this process?

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,722 questions
{count} votes

3 answers

Sort by: Most helpful
  1. S.Sengupta 18,651 Reputation points MVP
    2023-11-18T12:55:58.7533333+00:00

    Migrating a VB6 project to .NET with Visual Studio 2010 is not a trivial task..

    You'll need VS 2008.
    https://www.microsoft.com/en-us/download/details.aspx?id=7873

    Kindly go through the following:

    VB6 migrating to .Net with Visual Studio 2010

    The post suggests that the migration wizard in Visual Studio 2010 is not much better than the one in Visual Studio 2008. The post also recommends using third-party migration tools such as Artinsoft’s Visual Basic Upgrade Companion or VBMigration.com.


  2. Jiachen Li-MSFT 31,166 Reputation points Microsoft Vendor
    2023-11-28T08:00:07.7+00:00

    Hi @Amar Bhusanur ,

    Please check if the following guide helps.

    Upgrading Visual Basic 6.0 Applications to Visual Basic .NET and Visual Basic 2005

    Best Regards.

    Jiachen Li


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  3. twinBASIC programming 0 Reputation points
    2024-09-12T11:03:24.9766667+00:00

    It isn't easy to convert VB6 to VB.net. Usually the best way is to rewrite the application in VB.net (or whatever language you choose).


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.