convert code into vb.net
-
Dear All, I am looking for to convert code of C# to VB.net is any possibility or guideline then please guide me. Thanks Sajjad Ali
-
Dear All, I am looking for to convert code of C# to VB.net is any possibility or guideline then please guide me. Thanks Sajjad Ali
It's not that different. You can find "Resetta Stone" examples all over MSDN's documentation for the .NET Framework. There are line-for-line translations in C++, VB.NET, C# for most of the examples. There are also online translation utilities. Just Google for "Convert C# to VB.NET code".
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008 -
Dear All, I am looking for to convert code of C# to VB.net is any possibility or guideline then please guide me. Thanks Sajjad Ali
http://www.carlosag.net/Tools/CodeTranslator/[^] http://www.developerfusion.com/tools/convert/csharp-to-vb/[^] http://www.kamalpatel.net/ConvertCSharp2VB.aspx[^] A friend who knows C# and VB.Net recommend the second. hth
Samir R. Ibrahim