keep only GUI when converting vb6 app to c#?

Posted by Craig Johnston on Stack Overflow See other posts from Stack Overflow or by Craig Johnston
Published on 2011-11-19T06:55:36Z Indexed on 2011/11/21 1:50 UTC
Read the original article Hit count: 304

Filed under:
|
|

I have a large VB6 app which I want to convert to C#.

The majority of the code in VB6 is quite badly written.

I thought that a good strategy would be to keep the GUI design since it is adequate and would be a pain to recreate. But I would want to rewrite the code behind the GUI and the data layer.

I could keep the GUI design by using one of the VB6 to .NET converters provided by Microsoft.

Would this be a good strategy?

© Stack Overflow or respective owner

Related posts about c#

Related posts about vb6