HI, does anybody know how I can have more than 1 hotkey for my program? The code I use right now checks if the keys where pressed every half second with the timer control. I need a different way, maybe a loop of somesort. HELP!! thanks in advance..
Printable View
HI, does anybody know how I can have more than 1 hotkey for my program? The code I use right now checks if the keys where pressed every half second with the timer control. I need a different way, maybe a loop of somesort. HELP!! thanks in advance..
Use the KeyDown, KeyPress and KeyUp events
------------------
r0ach(tm)