Tool for converting VB.NET to C#.

M

Mr. X.

I have project in VB.NET (VS 2008).
I need a fast free tool, that convert my solution from VB.NET to C#.

Thanks :)
 
M

Mr. X.

Thanks.
What do you mean SharpDevelop ? Is it in VS 2008 ? sample ?

I will look also at the link you gave.

Thanks :)
 
M

Mr. X.

Does SharpDevelop convert also the resources (such as myform.resx) ?
or all the form controls on it (as I see on designer) ?

Does this convert every syntax ?

Thanks :)
 
M

Mr. X.

OK.
I have installed also the SharpDevelop (Version 3,build 2970)
Tools - > convert code to : is disabled.

Thanks :)
 
J

Jason Keats

Mr. X. said:
OK.
I have installed also the SharpDevelop (Version 3,build 2970)
Tools - > convert code to : is disabled.

Thanks :)

You have to open the project/solution, then open a class/module/file for
viewing, then select Tools > Convert code to > C#. This is done one file
at a time.
 
A

Arne Vajhøj

Does SharpDevelop convert also the resources (such as myform.resx) ?

I don't think those need conversion!
or all the form controls on it (as I see on designer) ?

Unlike VB6 the form code in VB.NET is visible and can
be converted as well.
Does this convert every syntax ?

Usually it does.

I sometimes changes a few things because I prefer them differently.

But I am sure that it is possible to write code that it can not
convert properly.

Arne
 

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