08-18-2007, 08:33 PM
You need QM 2.2.0.
Or insert declarations at the beginning:
type MSLLHOOKSTRUCT POINT'pt mouseData flags time dwExtraInfo
dll user32 [SetWindowsHookExA]#SetWindowsHookEx idHook lpfn hmod dwThreadId
def WH_MOUSE_LL 14
def LLMHF_INJECTED 0x00000001
dll user32 #UnhookWindowsHookEx hHook
dll user32 #CallNextHookEx hHook ncode wParam !*lParam
def XBUTTON1 0x0001
def XBUTTON2 0x0002
However GetMod probably will be unavailable. Replace it with code made from ifk. Can remove code that is executed on left button down/up.
---
Please don't think this way. I'm glad to help you.
Or insert declarations at the beginning:
type MSLLHOOKSTRUCT POINT'pt mouseData flags time dwExtraInfo
dll user32 [SetWindowsHookExA]#SetWindowsHookEx idHook lpfn hmod dwThreadId
def WH_MOUSE_LL 14
def LLMHF_INJECTED 0x00000001
dll user32 #UnhookWindowsHookEx hHook
dll user32 #CallNextHookEx hHook ncode wParam !*lParam
def XBUTTON1 0x0001
def XBUTTON2 0x0002
However GetMod probably will be unavailable. Replace it with code made from ifk. Can remove code that is executed on left button down/up.
---
Quote:... i'm sure you hate to have to keep reading the same post and take your time away from others, ... This will be the last post\response you'll have to read\write, beacause I know you are busy with other peoples questions ...
Please don't think this way. I'm glad to help you.
