bho
IE status bar. I need to add a clickable icon to the status bar
My bho (Browser Helper Object) is a sidebar (right-sided iframe) that needs to be opened/closed by clicking the status bar icon in IE (IE8). I didn\'t find any informations for click开发者_如何学编程a[详细]
2022-12-31 10:55 分类:问答IE Address bar search. I need to add a list of other results at the end of current result list
Curr开发者_如何学Cently, if you type in the address bar in IE, you see a dropdown list of url search results depending on what you type.[详细]
2022-12-31 06:49 分类:问答Auto-refresh a side-bar through a BrowserHelperObject when i get focus on a tab page
I have a sidebar(iframe) that has its own instance on each tab you open. The thing is, the sidebar could be refreshed on tab 1 and not on tab 2. So i want to refresh the sidebar automatically when the[详细]
2022-12-30 17:04 分类:问答IE8 BHO tab problem
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[详细]
2022-12-29 22:55 分类:问答Set focus on particular tab in IE and/or FireFox
I want to write an application that will monitor the content of all open tabs in IE / Fire开发者_高级运维Fox and trigger event once particular data is displayed in the tab.[详细]
2022-12-28 17:08 分类:问答How to receive WM_GETMINMAXINFO message in a BHO (C#)
I am trying to build an IE BHO in C#. I would like to receive the WM_GETMINMAXINFO messages sent to the internet explorer window开发者_开发知识库 in which my BHO is running. How can this be done?[详细]
2022-12-26 06:30 分类:问答How to take the snapshot of a IE webpage through a BHO (C#)
I am trying to build an IE BHO in C# for taking the snapshot of a webpage loaded in the IE browser. Here is what I\'m trying to do:[详细]
2022-12-24 22:27 分类:问答Calling javascript on webpage from static method in BHO
I\'m writing a Browser Helper Object for Internet Explorer, and I need to call javascript methods on all open browser instances from a \'static\' (or a \'global\') callback method.[详细]
2022-12-21 06:45 分类:问答Sort ArrayList of custom objects by String member
I\'m having a issue sorting an arraylist of custom objects by a string开发者_运维百科 field. This is the code I\'m trying to do:[详细]
2022-12-18 23:18 分类:问答Generate HTML source code from IE DOM
Is there any way to generate HTML source code from live DOM tree in IE? The DOM may be modified by JavaScript, but I just want the final result.[详细]
2022-12-18 20:28 分类:问答