G
giannis
How can i bind a keyboard stroke to a form for a specific keyboard key
and write code for this event ?
and write code for this event ?
giannis said:How can i bind a keyboard stroke to a form for a specific keyboard
key and write code for this event ?
Armin said:
giannis said:I want to bind the PgUp and PgDown keystrokes.
Thank you very mutch !!!Armin said:Handle the KeyDown/KeyUp events and check which key has been pressed,