multiple key assigment

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alexandru Taeaha

    #1

    multiple key assigment

    i am trying to make a program that opens diferent programs from th numpad
    key. my question is :can i make those keys have more the one assigment like
    for example standard if i press it opens iexplorer but if i press control for
    example can the same button open a diferent program?
  • Truong Hong Thi

    #2
    Re: multiple key assigment

    Subscribe to KeyDown event. Check out KeyEventArgs.Al t, Control, Shift,
    Modifiers properties.

    Comment

    Working...