开发者

IE8 BHO tab problem

开发者 https://www.devze.com 2022-12-29 22:55 出处:网络
I am developing an IE8 BHO in C#. One of the functions of the BHO is to maintain a list of website pairs visited by the user. I add the pair (url1, url2) to the list if the user visits url2 by clickin

I am developing an IE8 BHO in C#. One of the functions of the BHO is to maintain a list of website pairs visited by the user. I add the pair (url1, url2) to the list if the user visits url2 by clicking on a link present at url1. I will be using this info to show the ie history in a nice way as opposed to the default behaviour of showing a long list of visited websites (something along the lines of the Firefox addon Voyage ). In my BHO, I 开发者_如何学JAVAam currently using the BeforeNavigate2 event to find the URL the user is going to visit. This works fine as long as the page is opened in the same tab. But, how to find if the user opens the link in a new tab/new window? Is there a way (other than IPC) in which we can find the url from which the user came from?

Thanks,

simil


It seems that this cannot be done without using some form of IPC. Here is the same post on msdn IE8 BHO C# tab problem.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号