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. Ascii code

Ascii code

Scheduled Pinned Locked Moved Visual Basic
csharpquestion
4 Posts 4 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.
  • A Offline
    A Offline
    Amr M K
    wrote on last edited by
    #1

    hi all how can I get Ascii code of characters in vb.net

    AMR-CIS

    T CPalliniC U 3 Replies Last reply
    0
    • A Amr M K

      hi all how can I get Ascii code of characters in vb.net

      AMR-CIS

      T Offline
      T Offline
      The ANZAC
      wrote on last edited by
      #2

      You could google "Ascii character set" theres thousands out there or "Ascii character codes" for a full table if you liked. By the way, What do you need this for?

      Posted by The ANZAC

      1 Reply Last reply
      0
      • A Amr M K

        hi all how can I get Ascii code of characters in vb.net

        AMR-CIS

        CPalliniC Offline
        CPalliniC Offline
        CPallini
        wrote on last edited by
        #3

        use the Asc function (see MSDN).

        If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.

        In testa che avete, signor di Ceprano?

        1 Reply Last reply
        0
        • A Amr M K

          hi all how can I get Ascii code of characters in vb.net

          AMR-CIS

          U Offline
          U Offline
          Uber1
          wrote on last edited by
          #4

          Create a new application and put a button on it and listbox on it. in the buttons click event create a for loop from 0 to 255 in the loop put listbox1.items.add("Chr(loop iterator) = " & Chr(loop iterator)) that will give you the ascii chart in a listbox. The characters that are not normal characters will show up as as box. (chr(13), chr(10), ect...) Hope this helps. :-D

          Recreating the wheel is the best way to appreciate what the previous coders have gone through to get you where you are at now.

          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