bho
Accessing data in a Frame or Iframe with IE plugin Browser Helper Object (BHO)
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[详细]
2023-01-12 13:44 分类:问答c++ reading and writing windows registry properly
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...[详细]
2023-01-10 13:33 分类:问答How to get complete HTML body using browser helper object (BHO) in case of DHTML/AJAX page?
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[详细]
2023-01-08 18:21 分类:问答How to get access of <iframe> body using c++/ATL/COM?
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[详细]
2023-01-08 03:16 分类:问答How to supress the warning in IE's protected mode
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[详细]
2023-01-04 06:36 分类:问答Register a BHO through an NSIS installer
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.[详细]
2023-01-04 00:53 分类:问答How to concatenate 2 LPOLESTR
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\"[详细]
2023-01-01 16:36 分类:问答Delphi. How to monitor URLs being downloaded by IE?
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[详细]
2023-01-01 05:09 分类:问答Is it possible to use IPC inside of a IE8 Browser Helper Object?
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[详细]
2022-12-31 20:48 分类:问答I have a BrowserHelperObject(BHO) in c++ and i need to block some keyboard controls (Ctrl-o) in a i-frame
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).[详细]
2022-12-31 18:51 分类:问答