09-03-2007, 08:54 PM
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.
---
PM or email me your registration code.
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.