G giannis Feb 5, 2007 #1 How can i bind a keyboard stroke to a form for a specific keyboard key and write code for this event ?
How can i bind a keyboard stroke to a form for a specific keyboard key and write code for this event ?
A Armin Zingler Feb 5, 2007 #2 giannis said: How can i bind a keyboard stroke to a form for a specific keyboard key and write code for this event ? Click to expand... http://msdn2.microsoft.com/en-us/library/ms171534.aspx Armin
giannis said: How can i bind a keyboard stroke to a form for a specific keyboard key and write code for this event ? Click to expand... http://msdn2.microsoft.com/en-us/library/ms171534.aspx Armin
G giannis Feb 5, 2007 #3 Armin said: http://msdn2.microsoft.com/en-us/library/ms171534.aspx Click to expand... I want to bind the PgUp and PgDown keystrokes.
Armin said: http://msdn2.microsoft.com/en-us/library/ms171534.aspx Click to expand... I want to bind the PgUp and PgDown keystrokes.
A Armin Zingler Feb 5, 2007 #4 giannis said: I want to bind the PgUp and PgDown keystrokes. Click to expand... Handle the KeyDown/KeyUp events and check which key has been pressed, or post more details of the problem you have. Armin
giannis said: I want to bind the PgUp and PgDown keystrokes. Click to expand... Handle the KeyDown/KeyUp events and check which key has been pressed, or post more details of the problem you have. Armin
G giannis Feb 5, 2007 #5 Armin said: Handle the KeyDown/KeyUp events and check which key has been pressed, Click to expand... Thank you very mutch !!!
Armin said: Handle the KeyDown/KeyUp events and check which key has been pressed, Click to expand... Thank you very mutch !!!