I am writing 开发者_StackOverflow中文版an IE plugin that wrap phone numbers in a link that connects to a phone system and dials that number when clicked. I am accomplishing this by using DocumentCompl
So I have been stuck on this for a while... thought I got it to work, but it breaks sometimes and I am not sure of the exact reasons...
I\'m writing a BHO that analyze the HTML taken from the \'onDocumentComplete\' event of \'DWebBrowserEvents2\'. Currently it works fine, unless I have a DHTML/AJAX page, where HTML handle is delivered
I have written a browser helper object to get the text between the tags and use it for data mining purpose. I tried using it on igoogle (basically to test its capability on gadgets) and it failed in s
I have a BHO which captures webpages as images and I run another process to pngcrush the images thus created. The problem that I face in UAC enabled systems is that every time IE runs, I get a warning
I have an IE BHO which I was packaging through the Visual Studio setup and deployment project. I now want to the package it through an NSIS installer.
i want to concatenate 2 strings in c++, i can\'t use char*. I tried the following but doesn\'t work: #define url L\"http://domain.com\"
When you\'re opening page in IE it downloads lots of files, including CSS, scripts, pictures, SWFs, etc. I need to develop small plugin which will monitor all these URLs and let\'s 开发者_如何学运维sa
I need to communicate with a Service using IPC from inside of a Browser Helper Object (registered with IE8).Unfortunately, all of this communication is done through an Assembly API that I have no cont
I need to know of a way to prevent the user to \'open a new url\' (with Ctrl + O) as soon as he has the focus on my sidebar (right-sided iframe).