Strategy for converting a VB6 app to .NET
Posted
by Craig Johnston
on Stack Overflow
See other posts from Stack Overflow
or by Craig Johnston
Published on 2010-04-27T10:39:44Z
Indexed on
2010/04/27
10:43 UTC
Read the original article
Hit count: 394
Would it be a good idea to start converting forms into .NET one at a time which you would then invoke from the VB6 app via COM-interop.
This way, by the end of the process you would just convert the 'shell' of the VB6 application into a new .NET app, and all your forms are ready to go in .NET.
Is there a better strategy?
© Stack Overflow or respective owner