PDA

Click to See Complete Forum and Search --> : How can I set and activate more than 1 HotKeys?


brianod
Jan 15th, 2000, 07:59 AM
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..

r0ach
Jan 15th, 2000, 08:14 AM
Use the KeyDown, KeyPress and KeyUp events

------------------
r0ach(tm)