3 Replies - 439 Views - Last Post: 07 January 2009 - 07:19 AM Rate Topic: -----

#1 dsquare  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 3
  • Joined: 02-November 08

C# to vb transition

Post icon  Posted 06 January 2009 - 10:18 PM

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#....
Is This A Good Question/Topic? 0
  • +

Replies To: C# to vb transition

#2 Core  Icon User is offline

  • using System.Linq;
  • member icon

Reputation: 764
  • View blog
  • Posts: 5,095
  • Joined: 08-December 08

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).
Was This Post Helpful? 0
  • +
  • -

#3 chrixko  Icon User is offline

  • D.I.C Head

Reputation: 16
  • View blog
  • Posts: 63
  • Joined: 25-November 08

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"
Was This Post Helpful? 0
  • +
  • -

#4 nofear217  Icon User is offline

  • D.I.C Regular
  • member icon

Reputation: 12
  • View blog
  • Posts: 323
  • Joined: 08-November 07

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.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1