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. get char from KeyChar

get char from KeyChar

Scheduled Pinned Locked Moved C#
question
4 Posts 2 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.
  • T Offline
    T Offline
    Tyrus182
    wrote on last edited by
    #1

    Hello in keypress event for a text box i want to convert the e.KeyChar into the actual character how do i make it do this?

    M 1 Reply Last reply
    0
    • T Tyrus182

      Hello in keypress event for a text box i want to convert the e.KeyChar into the actual character how do i make it do this?

      M Offline
      M Offline
      Martin 0
      wrote on last edited by
      #2

      Hello Tyrus, I think two things are possible here. Inside your keypress event: 1) if(e.KeyChar == ??) { e.Handled = true; SendKeys.Send("{???}"); } 2) if(e.KeyChar == ??) { e.Handled = true; textbox.Text.Insert.... } All the best, Martin

      T 1 Reply Last reply
      0
      • M Martin 0

        Hello Tyrus, I think two things are possible here. Inside your keypress event: 1) if(e.KeyChar == ??) { e.Handled = true; SendKeys.Send("{???}"); } 2) if(e.KeyChar == ??) { e.Handled = true; textbox.Text.Insert.... } All the best, Martin

        T Offline
        T Offline
        Tyrus182
        wrote on last edited by
        #3

        no im actualy an idiot apparently KeyChar is already a char :P not an enumeration.

        M 1 Reply Last reply
        0
        • T Tyrus182

          no im actualy an idiot apparently KeyChar is already a char :P not an enumeration.

          M Offline
          M Offline
          Martin 0
          wrote on last edited by
          #4

          Ohhh, then I didn't got youre question! All the best, Martin

          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