|
-
Feb 6th, 2006, 11:47 AM
#1
Thread Starter
New Member
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
-
Feb 6th, 2006, 05:28 PM
#2
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.
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
|