keep only GUI when converting vb6 app to c#?
- by Craig Johnston
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?