Possible Duplicate:
Porting VB.NET Winforms Application to C#
Is there any way to convert a vb.net winforms application into c# ? In terms of both code and .vb (forms) files.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
SharpDevelop is an IDE that can convert entire Visual Studio projects from VB.NET to C# (and the other way around).
Last time I used it, it had some small limitations (such as optional parameters in VB.NET), but did a great job overall.