Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Minor Menu Problem
#9
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.

---

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.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)