G
Guest
When i open a VB6 project in .NET, it pops up a conversion wizard, which converts the VB6 code to VB.NET code.
The VB6 code has statments
'On Error Goto ...'
and on completing the conversion,the resulting .NET code has these statements retained. Is there any option to the wizard to convert these type of statements, or do these have to be done manually ?
Thanks in advance.
The VB6 code has statments
'On Error Goto ...'
and on completing the conversion,the resulting .NET code has these statements retained. Is there any option to the wizard to convert these type of statements, or do these have to be done manually ?
Thanks in advance.