09-03-2007, 08:44 PM
Ok well, I've figured out that the toolbar is getting the right handle, because if I put at the end of the toolbar code, ;act w1 it's activateing the right window. So I don't understand why if I use int+ w1; int w2=w1 then put w2 after each statement , it's starting the function on the wrong window, (only active window) it won't use the window handle stored in the local variable w2, not if I just had int+ w1 & put w1 after each statement, it still uses the handle of the active window, & if I put act w1 after the toolbar gets the handle ;act w1, that makes the menu go away so you have to click the menu again to bring it up. I don't like that. I know it's because vista now. I forgot, GetWindow doesn't work right on vista. 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, Is there a reason for this? (therefore I canno't use dll function GetToolbarOwner) meaning I canno't get the toolbars Owner Window & use it in another function the right way
why can't I use 2.2.0.6 or later? if I can't use it, could you make a function similar to GetToolbarOwner so it works for vista, so I can import into my QM version so I can Get the Toolbars Owner & use it the correct way?
why can't I use 2.2.0.6 or later? if I can't use it, could you make a function similar to GetToolbarOwner so it works for vista, so I can import into my QM version so I can Get the Toolbars Owner & use it the correct way?
