SuperTeone
Programmer
Hi everybody,
anyone knows how to capture a Keyboard event occurring in a dialog (that has, obviously, the focus)?? The "OnKeyDown", "OnKeyPress", ecc... work only if you are in an EditBox. They do nothing when you give the focus to something that is not
a text box or similar.
I don't want to use "GetKeyboardState" or whatever command that
requires a polling on the Keyboard status (like a typical "while". I need to intercept the event.
Thank you very much,
bye.
Matteo.
anyone knows how to capture a Keyboard event occurring in a dialog (that has, obviously, the focus)?? The "OnKeyDown", "OnKeyPress", ecc... work only if you are in an EditBox. They do nothing when you give the focus to something that is not
a text box or similar.
I don't want to use "GetKeyboardState" or whatever command that
requires a polling on the Keyboard status (like a typical "while". I need to intercept the event.
Thank you very much,
bye.
Matteo.