[Help] Hotkeys Working In Background
Hello MPGH , firstly thx for [mpgh] zoom for helping me and secondly i cant add hotkeys that works in backgrounds

its like making an auto clicker with hotkeys but hotkeys doesnt work if the program is not on top help plox to make the hotkeys work in background , thx
PS : sorry for bad english & grammer
EDIT : Added files
virus scan
http://www.virustotal.com/analisis/1...f93-1279715155just put it into a sub and execute the sub when the key is pressed...it'll work...
Get virus scans and we will get it approved.
Tested, it works well.
File approved.
set your form's keypreview to "True" From properties
and add this codes to Form1-KeyDown
[php]If e.Keycode = Keys.F5 'or wut else Then
Your.Command
End If[/php]
Those hotkeys will only take affect if you focus the form, he probably wants system- and not program-wide hotkeys...
Though, this does not help him at all, if he does not get the timer working.