谁能给个用bho杀ie广告的的例子。(200分)

  • 主题发起人 主题发起人 HellFire
  • 开始时间 开始时间
H

HellFire

Unregistered / Unconfirmed
GUEST, unregistred user!
我看过资料(下面这个网站):
http://www.euromind.com/iedelphi/ie5tools/bho.htm


b. Popup-killers

Browser helper object is an excellent place to avoid annoying popup-windows from ever being displayed. Here is a simple one-line popup-killer:


procedure DoBeforeNavigate2(const pDisp: IDispatch;
var URL: OleVariant; var Flags: OleVariant; var TargetFrameName: OleVariant;
var PostData: OleVariant; var Headers: OleVariant; var Cancel: WordBool);
begin
if IE.Toolbar=0 then IE.Quit;
end;



If the window about to be displayed does not have a toolbar then kill it! It is simple, but it works. The code could be extended to evaluate the size of the window, the title and url before deciding to show or destroy it.

请大侠给个bho杀ie广告的例子,3天内结帖,200分!

ps:请不用贴用Timer杀广告的例子,谢谢!


例子发到我邮箱也行:flashmenu@tom.com

 
没有人知道么?是不是这个问题太难了?


我记得hubdog新版本的书提到IE相关内容,不会就他知道这些技术把????
 
MYIE2浏览器可以,作为免费软件,你可以设法找到源码的。
http://www.myie2.com/
 
这种东西有经济价值的,不能随便放
 
MYIE的原代码我如果能看懂,也要花很长的时间呀.


 
难道大富翁没有人知道这个问题?
 
你自己不是已经给出了一个吗?![:D]
 
好像不行呀
 
没有人做过这样的软件吗?
 
后退
顶部