Hi friends,
as subject, what is the difference between these methods. Some keys are trapped in ::Keydown() some in ::KeyChar().
In what case I have to to use ::bKeyDown, in what case ::bKeyChar ? What is the best method to create a new keyhandler ?
Posted to the window with the keyboard focus when a nonsystem key is pressed. A nonsystem key is a key that is pressed when the ALT key is not pressed.
Posted to the window with the keyboard focus when a WM_KEYDOWN message is translated by the TranslateMessage function. The WM_CHAR message contains the character code of the key that was pressed.
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 104 guests