Convert a VB project to C#
I have a VB project and I am looking for a way to convert it to C# is this possible?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
saharsh jadhavPosted Apr 22, 2009, 2:32 AM
http://www.developerfusion.com/tools/convert/vb-to-csharp/
Mahesh ChandPosted Apr 21, 2009, 5:49 PM
http://www.kamalpatel.net/ConvertCSharp2VB.aspx
MariaPosted Apr 21, 2009, 4:29 PM
StefanPosted Apr 21, 2009, 4:21 PM
Here's one that's supposed to be pretty good: http://www.tangiblesoftwaresolutions.com/
Hope this helps!
MariaPosted Apr 21, 2009, 4:13 PM
StefanPosted Apr 21, 2009, 3:48 PM
Also, you can reference the VB project in a C# project, and use it's classes that way.