文件名称:Web_Site_Blocker
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 17.06kb
- 下载次数:
- 0次
- 提 供 者:
- 龙**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
BHO is a simple ATL COM object that Internet Explorer will load each time it runs, i.e. for every instance of Internet Explorer. BHOs run in Internet Explorer’s address space and can perform any operations on available objects (windows, modules etc.). BHOs instantiates and gets destructed with browser’s instance as it is tied to a browser’s main window.
If your system has got active desktop enabled the BHO gets instantiated along with the windows explorer as well. To disable the BHO for windows explorer, you can add following code snippet to DllMain,
-BHO is a simple ATL COM object that Internet Explorer will load each time it runs, ie for every instance of Internet Explorer. BHOs run in Internet Explorer's address space and can perform any operations on available objects (windows, modules etc.). . BHOs instantiates and gets destructed with browser's instance as it is tied to a browser's main window. If your system has got active desktop enabled the BHO gets instantiated along with the windows explorer as well. To disable the BHO for windows explorer, you can add following code snippet to DllMain.
If your system has got active desktop enabled the BHO gets instantiated along with the windows explorer as well. To disable the BHO for windows explorer, you can add following code snippet to DllMain,
-BHO is a simple ATL COM object that Internet Explorer will load each time it runs, ie for every instance of Internet Explorer. BHOs run in Internet Explorer's address space and can perform any operations on available objects (windows, modules etc.). . BHOs instantiates and gets destructed with browser's instance as it is tied to a browser's main window. If your system has got active desktop enabled the BHO gets instantiated along with the windows explorer as well. To disable the BHO for windows explorer, you can add following code snippet to DllMain.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 79419100web_site_blocker.zip 列表 BhoNew/ BhoNew/BhoApp.cpp BhoNew/BhoApp.h BhoNew/BhoApp.rgs BhoNew/BhoNew.aps BhoNew/BhoNew.cpp BhoNew/BhoNew.def BhoNew/BhoNew.dsp BhoNew/BhoNew.dsw BhoNew/BhoNew.h BhoNew/BhoNew.idl BhoNew/BhoNew.rc BhoNew/BhoNew.tlb BhoNew/BhoNewps.def BhoNew/BhoNewps.mk BhoNew/BhoNew_i.c BhoNew/BhoNew_p.c BhoNew/dlldata.c BhoNew/resource.h BhoNew/StdAfx.cpp BhoNew/StdAfx.h