--- In [EMAIL PROTECTED], "Matt" <[EMAIL PROTECTED]> wrote: > No, it doesn't work in Maxthon... though it does work in Explorer > (The shell/file manager, not the browser)... could it be dependent > on M$-specific files? or is it possible that it is just an issue > of window handles, or something that simple?
I don't know there exist other ways to control these functions, but the only one remained now I can think of is that they may use "SendMessage/PostMessage". If this is the case, the target window may be "toolbarwindow32" class where the backward/forward buttons reside, and you may get the message id & parameters using winspector and/or girder. However, there still remains a problem: how they can differentiate, or they can get the handle number of, the exact tool-bar where the backward/forward buttons reside from other tool-bars which have the same class name as "toolbarwindow32". Even Maxthon's toolbars have this class name. Is the paticular "message id & parameters" enough to work properly without the need of differentiatiation? Even if you could overcome this problem, then, how could you replace them with those of firefox? In firefox, the tool-bar concept seems not mandatory, i.e., firefox seems more modular than iexplore/explorer. The concept of tool-button might be the appropriate one in the case of firefox. What I mean is you can freely move the forward/backward buttons from the toolbar to the other bars such as the main menu bar, which is impossible in the iexplore/explorer case. Then, you might have to differentiate even the backward & the forward cases. Or you might not, if only "message id & parameters" would be enough to work. They may still have the same class name. (I can't tell for sure since I can't access firefox atm) Finally, could it be modified to work in firefox by the simple hack in the hex editor? Well, I can't tell until I can test it myself. Sean ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/JV_rlB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
