conversion

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I have a vb6 app that I want to convert to .NET but in C#, Is it possible
to do that or will the project convert to VB.NET automatically?

thx
 
The only beef I have with Instant C# is that it won't attempt to
convert "On Error Goto..." - i.e., unstructured error handling -
these are just commented out with warnings. But most of the VB.NET
to C# conversion I did didn't have it, so it wasn't a big deal.
 
Back
Top