Results 1 to 4 of 4

Thread: Convert

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2008
    Posts
    1,260

    Convert

    How can I convert a C# 2010 project to VB2010?

  2. #2
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Re: Convert

    Hm... I don't think you can convert a whole project in VS. But, there are tons of free online C# to VB.NET converters.

    You'll only be able to convert code blacks, but I'm sure if you Google it, there might be an application to convert C# project to VB.
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

  3. #3

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Convert

    Converting an entire project is not simple. There's more than just the C#/VB code to worry about. Many web sites offer free code converters but they provide varying degrees of functionality, with many newer language features not catered for. None of them will convert and entire project.

    I've never tried but I believe that SharpDevelop, which is a free .NET IDE, can do it. There's also Instant VB and Instant C# from Tangible Software Solutions. They both do an excellent job of converting entire solutions from one language to another. They are not free though, and the trial version is limited to 100 lines of code at a time with no project support.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width