PDA

View Full Version : about HotKey


gllysltj
8th July 2006, 09:31
i use RegisterHotKey(GetSafeHwnd(),1,NULL,VK_NUMPAD1) in my hack,it works fine on the desktop,but it seems no use in the BF2,why?

Lal
8th July 2006, 13:51
if(GetAsyncKeyState(VK_NUMPAD1))
-> returns null when not pressed
-> returns true/value(not sure) when pressed