Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GetToolbarOwner, does this new dll function still work on xp
#12
int+ w1=GetWindow(TriggerWindow GW_OWNER)

gets incorrect window handle on Vista. Try this:

int+ w1=GetAncestor(GetWindow(TriggerWindow GW_OWNER) 2)

This code should work on all OS and all QM versions. Not tested.

---

Quote:I have the older version of QM, 2.1.9.1 & when i try to upgrade to 2.2.0.6 or later, my registration code does not work

PM or email me your registration code.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)