Results 1 to 2 of 2

Thread: Legacy vb6 forms in 2005 apps

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2006
    Posts
    1

    Question Legacy vb6 forms in 2005 apps

    Any Thoughts?

    The flagship product of the company I work for is a large VB6 application that is pretty much not upgradable to .NET for 1 reason and another.
    As a plan to upgrade to vb.net 2005 we are considering writing a new VS2005 solution that has any new forms required in .NET but still has the ability to use the old vb6 forms. In this way as we upgrade each form we can just call the upgraded form and get rid of the call to the old VB6 form. We have found a way of using these forms in the new application using Window Messaging .
    http://www.codeproject.com/dotnet/VB...owMessages.asp
    It is however best described as "KlunKY" (technical term?) and can leave processes running all over the place when something goes wrong.(not on my shift)

    The question I am asking is "Is there another, neater and easier, way of achieving this?"

    Thanks
    DoughNutCoder

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Legacy vb6 forms in 2005 apps

    You really should just upgrade the whole thing and then release the final product. Th eonly other neat option would be to encapsulate some or all of the existing VB6 functionality into libraries and temporarily use those. You could then replace one library at a time with an updated VB 2005 version as they were ready.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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