MapVirtualKey in .Net

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Muki Rapp

    #1

    MapVirtualKey in .Net

    Hi!
    I am trying to implement in .Net the MapVirtualKey concept.
    In other words, I want to read a character from the keyborad
    and to type it on screen, accroding to:
    * The specail keys status (for example pressing 'shift-A' will print 'A',
    while pressent 'A' will
    print 'a')
    * The locale, namely, when pressing 'A' while the language is other than
    english, to pring
    the corresponding letter in that language,

    A short demo code will be hightly appriciated,

    thanks,
    M. Rapp


Working...