Click here to Skip to main content
15,924,317 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
HI, all.
I am try to develop a BHO to add "super drag and go" into IE9. Now I meet some problems.
As we know, BHO will fail when the IE tab is refreshed or re-navigated. As "NavigateComplete2" never happen when refreshing, I have no good idea to differ “navigate” and “refresh”, I cannot find an exact chance to set the handler.
1. "BeforeNavigate2" never happens. It might be a bug in Windows 7??
2. "NavigateComplete2" and "DocumentComplete", with "pDisp == ieInstance". Do they indeed happen only one time? Although the page is very complicated?
3. A new IE tab opened by directly clicking a link, it cannot be set a handler?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900