Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. VB to C#

VB to C#

Scheduled Pinned Locked Moved C#
csharpquestion
6 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    npqk
    wrote on last edited by
    #1

    Does anyone know a software that converte VB to C# code ???

    N D N H 4 Replies Last reply
    0
    • N npqk

      Does anyone know a software that converte VB to C# code ???

      N Offline
      N Offline
      Nick Parker
      wrote on last edited by
      #2

      VB 6.0 or VB.NET? - Nick Parker
      My Blog | My Articles

      1 Reply Last reply
      0
      • N npqk

        Does anyone know a software that converte VB to C# code ???

        D Offline
        D Offline
        Dave Wengier
        wrote on last edited by
        #3

        Try this: http://www.kamalpatel.net/ConvertCSharp2VB.aspx[^] It was the first result in a Google[^] search :) --- Dave

        1 Reply Last reply
        0
        • N npqk

          Does anyone know a software that converte VB to C# code ???

          N Offline
          N Offline
          npqk
          wrote on last edited by
          #4

          VB to VB.Net or C# . Thanks

          D 1 Reply Last reply
          0
          • N npqk

            VB to VB.Net or C# . Thanks

            D Offline
            D Offline
            Daniel Turini
            wrote on last edited by
            #5

            npqk wrote: VB to VB.Net Just open your VB6 project in VB.NET. Yes, even I am blogging now!

            1 Reply Last reply
            0
            • N npqk

              Does anyone know a software that converte VB to C# code ???

              H Offline
              H Offline
              Heath Stewart
              wrote on last edited by
              #6

              If you're talking about VB6 or older (it uses a completely different runtime and relies on COM - not the .NET base class library and third-party assemblies), then a better question to ask yourself is "Why should I convert?" If you're doing it just to jump on the .NET bandwagon you're doing it for the wrong reasons. You need trained staff to maintain the code and build upon it. Just converting the code doesn't gain you much (besides a 20+ MB runtime that now has to be installed on your clients' machines before your application can even run). There's a lot more power wrapped up in the .NET Framework and more efficient code and better application designs can be written using .NET. Just converting your VB6 code will end up using a lot of inefficient code accessing COM objects (and you'll take a marshaling performance penalty more so than with VB6) for which there's probably replacements for in the .NET BCL and third-party libraries (no marshaling, just direct access). There's a lot of other reasons besides those I've listed above. Googling for such topics I'm sure will uncover more reasons. This posting is provided "AS IS" with no warranties, and confers no rights. Software Design Engineer Developer Division Sustained Engineering Microsoft [My Articles] [My Blog]

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups