PDA

View Full Version : Global Hotkeys in C#



supersniper
September 9th, 2010, 08:50 PM
Ok so i followed this (http://www.dreamincode.net/forums/topic/180436-global-hotkeys/) tutorial on assigning a global hotkey in C# and it worked but i can only get it to work with 1 hotkey, I noticed below someone mentioned how to make it work for multiple but I can't figure it out. Can anyone help me?

Limited
September 10th, 2010, 10:31 AM
Ive never heard people using RegisterHotKey. I use GetAsyncKeyPress, look it up :D

CrAsHOvErRide
September 10th, 2010, 07:44 PM
Ive never heard people using RegisterHotKey. I use GetAsyncKeyPress, look it up :D
This.

supersniper
September 10th, 2010, 08:53 PM
Alright I will thanks.