Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PRESSING TWO OR MORE KEYS
#2
Hello:

I think i have solved this problem using this code and using global variables:

Code:
Copy      Help
function nCode wParam KBDLLHOOKSTRUCT*h

FormatKeyString h.vkCode 0 &_s
out h.flags&&LLKHF_UP
out _s
ret CallNextHookEx(testkeyhook nCode wParam h)

Regards.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)