Posted: Wed Oct 01, 2008 11:30 am Post subject: Using HotKeys when the program is minimized.
I'm using Visual Basic 2008 Express Edition.
I have added HotKeys to my form buttons using KeyDown. How do i make it so that if my form is minimized or if i'm not on that window the hotkeys still work?
you won't be able to use keydown as long as your form isn't focused
my suggestion is to use GetAsyncKeyState / RegisterHotKey
if you don't know how to use them you can always google them or as here for help _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum