PDA

View Full Version : QT Keyboard Hook



MarcSchubert
6th May 2007, 12:23
Hello,

i am trying to catch keyboard events from my systray app, in my case the F12 button.

I created a hook dll and link it, but the function in the dll is not able to set the hook.

Is there anywhere a working example which i can modify?

Kind regard

Marc

PS: I am using QT 4.2.3 on Windows with mingw (dll is also compiled with mingw)

wysota
6th May 2007, 12:28
Can we see any code? What do you mean by "hook dll"?