Global Hotkeys

If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
3 posts Page 1 of 1
Contributors
Filip
Coding Guru
Coding Guru
Posts: 833
Joined: Wed Jan 05, 2011 3:59 pm

Global Hotkeys
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!
CodenStuff wrote:
Nope, it's just your sick and dirty mind. You sick twisted warped little pervo :D
User avatar
AnoPem
VIP - Donator
VIP - Donator
Posts: 441
Joined: Sat Jul 24, 2010 10:55 pm

Re: Global Hotkeys
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
You do not have the required permissions to view the files attached to this post.
https://t.me/pump_upp
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: Global Hotkeys
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
3 posts Page 1 of 1
Return to “Coding Help & Support”