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
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
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.
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.
Im doing some test creating an instance of HTMLDocument this way: object[] pageText = { \"<p>some text...</p>\" };
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
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
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?
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.
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