bho
How do I add an event listener to my button created in C# for IE BHO?
In my IE BHO I create a input button element using: var button = doc.createElement(\"input\"); button.setAttribute(\"value\", \"myButton\"); //next line gets an error[详细]
2023-03-22 00:57 分类:问答Integrating a scan-to-file app with the browser
We have an intranet-based application, and users have desktop scanners (which are TWIAN but not WIA compatible).Users need to \'click to scan\' from the browser window (IE 8) and save the scanned imag[详细]
2023-03-19 03:09 分类:问答Can Browser Helper Object be used to make an "online" ui-automation tool
We are going to make a test-automation tool which resides in the browser(like an开发者_C百科 online version of Quicktest Professional). We build most of the part using html+ajax.[详细]
2023-03-19 01:48 分类:问答Does Internet Explorer offer a function to BHOs for downloading files over HTTP?
A Browser Helper Plugin I\'m writing at the moment (C++) needs a list of domains for its work. This list must be updated weekly and is available a开发者_C百科s textfile over HTTP.[详细]
2023-03-18 16:33 分类:问答How to obtain IServiceProvider and IMarkupServices from HTMLDocument (mshtml)
Im doing some test creating an instance of HTMLDocument this way: object[] pageText = { \"<p>some text...</p>\" };[详细]
2023-03-17 01:04 分类:问答Returning undocumented HRESULTS from standard COM interface methods?
What is the rule on returning undocumented HRESULTS from documented standard COM objects? i\'m looking at the documentation for IObjectWithSite.SetSite, which says i should return S_OK in all situati[详细]
2023-03-15 21:47 分类:问答IE9 SDK with Windows SDK
I wonder wh开发者_Go百科at is the best strategy for using the new IE9 interfaces. Microsoft provides a IE9 SDK (here, under \"Headers and Libraries\" link), which will create a new folder under \'%Pro[详细]
2023-03-13 03:51 分类:问答How to use Internet Explorer OnQuit Event in a BHO using C#?
I\'m trying to use the OnQuit Event of IE, but it\'s just not firing when I close Internet Explorer. Is there any other way to detect closing of ta开发者_运维技巧bs, or the browser in IE?[详细]
2023-03-11 22:34 分类:问答C++ BHO (IE addin) issue
I am creating a BHO using helloworld sample. Building Browser Helper Objects with Visual Studio 2005 the BHO is not getting loaded, and i am not able to hit the breakpoints in SetSite function.[详细]
2023-03-10 04:44 分类:问答How Can A .dll File Read a .txt File?
I would like my Browser Helper Object which is simply a .dll, to be able to read a text file. I have tried using a pointer to a FILE, as well as ifstream in(\"file name goes here\"). Before implementi[详细]
2023-03-09 16:57 分类:问答