Page 1 of 1

Global Hotkeys

Posted: Sun Jun 03, 2012 9:55 pm
by Filip
Hello,

I found a lot tutorials about this but none of them works,
could You please help with Global Hotkeys

For example if I press F9 even if form isn't focused, how could app detect that and do something?

Thank you!

Re: Global Hotkeys

Posted: Sun Jun 03, 2012 10:21 pm
by AnoPem
visioncr0 wrote:
Hello,

I found a lot tutorials about this but none of them works,
could You please help with Global Hotkeys

For example if I press F9 even if form isn't focused, how could app detect that and do something?

Thank you!
Heres how i do it

Re: Global Hotkeys

Posted: Mon Jun 04, 2012 1:11 am
by mandai
If you don't want to rely on timers it might be easier to use RegisterHotKey.
Check out: viewtopic.php?f=32&t=7564&p=55922#p56005