Code Conversion to C#

G

Guest

Hi..

I wanted to know if there are any good tools/utilities
available to convert VB6.0 code into C#
or
to convert VC++ Code to C# code ???

Thank you in advance...

Mayur
 
M

Mountain Bikn' Guy

1. http://www.ellkay.com/Migration.htm Migrate from VB6 to VB.NET using
Visual Basic .NET Migration tool
2. http://www.ellkay.com/ConvertVB2Csharp_demo.htm convert to C# with free
online demo

3. V# is a utility developed using .NET Framework to convert VB.NET to C# by
looking for specific patterns in VB.NET code blocks and translating each
code block to its C# equivalent. http://www.ellkay.com/ConvertVB2CSharp.htm

For going the other way:
http://authors.aspalliance.com/aldotnet/examples/translate.aspx
 
A

Al Ponomarev

Hi..

I wanted to know if there are any good tools/utilities
available to convert VB6.0 code into C#
or
to convert VC++ Code to C# code ???

Try the 9Rays.Net Spices.Net Decompiler (http://9rays.net/products/spices)
- this tool helps you to convert .Net assembly classes to 6 languages -
IL, Vb.Net, C#, MC++, J#, Delphi.Net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top