当F5钥匙(Refresh)被点击时,因特网探索者(IE9)会增加哪些活动? 我怎么能把我带给我的手臂呢?
Note: I have created a BHO in C# for IE9. My class extend IObjectWithSite that allow me to add handlers through SetSite function.
public int SetSite(object site)
{
webBrowser = (SHDocVw.WebBrowser)site;
//events here...
}