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. Visual Basic
  4. Need Conversion help

Need Conversion help

Scheduled Pinned Locked Moved Visual Basic
comhelpquestion
7 Posts 6 Posters 9 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.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    I tried to convert this project http://www.codeproject.com/KB/miscctrl/FileBrowser.aspx into VB. but the free converters on the internet are very buggy and i gave it up. Could someone convert it to vb for me? Thanky very much!!

    C D T A N 5 Replies Last reply
    0
    • L Lost User

      I tried to convert this project http://www.codeproject.com/KB/miscctrl/FileBrowser.aspx into VB. but the free converters on the internet are very buggy and i gave it up. Could someone convert it to vb for me? Thanky very much!!

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      No way is anyone going to do that. You can buy converteres, or you can put the code in a dll and just use it from there.

      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

      1 Reply Last reply
      0
      • L Lost User

        I tried to convert this project http://www.codeproject.com/KB/miscctrl/FileBrowser.aspx into VB. but the free converters on the internet are very buggy and i gave it up. Could someone convert it to vb for me? Thanky very much!!

        D Offline
        D Offline
        dan sh
        wrote on last edited by
        #3

        For free; I don't think anyone would do that.

        1 Reply Last reply
        0
        • L Lost User

          I tried to convert this project http://www.codeproject.com/KB/miscctrl/FileBrowser.aspx into VB. but the free converters on the internet are very buggy and i gave it up. Could someone convert it to vb for me? Thanky very much!!

          T Offline
          T Offline
          Tom Deketelaere
          wrote on last edited by
          #4

          Try this one : http://www.developerfusion.com/tools/convert/csharp-to-vb/[^] I'v never known it to fail (as long as you understand at least a bit of the code) Otherwise take CG's advice

          1 Reply Last reply
          0
          • L Lost User

            I tried to convert this project http://www.codeproject.com/KB/miscctrl/FileBrowser.aspx into VB. but the free converters on the internet are very buggy and i gave it up. Could someone convert it to vb for me? Thanky very much!!

            A Offline
            A Offline
            Adam R Harris
            wrote on last edited by
            #5

            umm it should be pretty straight forward .... just remember in C#

            dim MyString as String = ""

            =

            string MyString = ""; <-- Dont Forget The ';'

            if (...) then
            ...
            else
            ...
            end if

            =

            if (...){
            ...
            }else{
            ...}

            and so on ... any .NET programmer worth his salt should be able to do this.

            If at first you don't succeed ... post it on The Code Project and Pray.

            L 1 Reply Last reply
            0
            • A Adam R Harris

              umm it should be pretty straight forward .... just remember in C#

              dim MyString as String = ""

              =

              string MyString = ""; <-- Dont Forget The ';'

              if (...) then
              ...
              else
              ...
              end if

              =

              if (...){
              ...
              }else{
              ...}

              and so on ... any .NET programmer worth his salt should be able to do this.

              If at first you don't succeed ... post it on The Code Project and Pray.

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #6

              OK, this are bad news for me... Does someone know a similar project in VB? Last but not least: thankyou for your help.

              1 Reply Last reply
              0
              • L Lost User

                I tried to convert this project http://www.codeproject.com/KB/miscctrl/FileBrowser.aspx into VB. but the free converters on the internet are very buggy and i gave it up. Could someone convert it to vb for me? Thanky very much!!

                N Offline
                N Offline
                Nickolay Karnaukhov
                wrote on last edited by
                #7

                Get .NET Reflector here: http://www.red-gate.com/products/reflector/[^] Get file disassembler plugin for Reflector here: http://www.denisbauer.com/NETTools/FileDisassembler.aspx[^] Then just disassemble compiled project into VB. You'll get messy list of files but it will compile and will work, and you'll probably get what you need. However - my main comment is - don't stuck on one language! Learn VB.NET and C#. P.S. If you're asking someone to do your job every time - this means that you'll never get your own brains working.

                ------------------------------------------------------------ Want to be happy - do what you like!

                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