I have a C#.net project which I need to convert to a Vb.net project...anyone have an idea how to do it?? is there like a direct conversion method in visual studio??? because i don't kno anything in C#....
C# to vb transition
Page 1 of 13 Replies - 439 Views - Last Post: 07 January 2009 - 07:19 AM
Replies To: C# to vb transition
#2
Re: C# to vb transition
Posted 06 January 2009 - 10:24 PM
There are third-party tools specialized in converting applications from one programming language to another. There is no direct conversion feature in Visual Studio.
However, I would recommend just rewriting the application directly in VB.NET - this will save you the time needed to find and fix conversion errors (as most likely the converted code won't always work as you want).
However, I would recommend just rewriting the application directly in VB.NET - this will save you the time needed to find and fix conversion errors (as most likely the converted code won't always work as you want).
#3
Re: C# to vb transition
Posted 07 January 2009 - 12:40 AM
Look up here "http://www.developerfusion.com/tools/convert/csharp-to-vb/".
You have just to paste your code into the textbox and click "Convert to VB.NET"
You have just to paste your code into the textbox and click "Convert to VB.NET"
#4
Re: C# to vb transition
Posted 07 January 2009 - 07:19 AM
Unless you need to modify or add to the existing class file, there is no reason to do the conversion. You can use a C# class in a VB.NET project.
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote





|