Welcome![Sign In][Sign Up]
Location:
Search - ie dll

Search list

[Hook apiDLL封装窗口

Description: 请先编译DLL文件,并将DLL文件拷贝至call Hook目录, 调用CallDll程序加载外挂前,应先运行IE-post compiler DLL files and DLL files are copied to call Hook catalog, call CallDll external loading procedures, before first running IE
Platform: | Size: 164719 | Author: 黄春标 | Hits:

[VOIP program用MFC改写的点对点语音通讯的ActiveX控件源代码

Description: 用ActiveX重新改写了一个点对点通讯的DLL文件,这样可以方便的在VB,vbs,js等脚本语言,特别是用在IE里面特别方便了。-using ActiveX rewriting of a point-to-point communications DLL files, this can be convenient in VB, vbs, js other scripting language, especially the use of IE in particular inside convenient.
Platform: | Size: 88064 | Author: | Hits:

[Windows Develop软件在线升级系统

Description: “软件在线升级系统”执行说明: 1、 光盘目录vc6.0\chapter6\bin\UpgradeAtv.dll为本系统的可执行文件。在测试之前要先使用regsvr32.exe注册这个DLL。 2、 光盘目录vc6.0\chapter6\Pages是本系统的测试页面。 3、 光盘目录vc6.0\chapter6\setup是系统安装指导。 4、 光盘目录vc6.0\chapter6\src\UpgradeAtv\*.*为本系统的VC源程序。 5、 光盘目录vc6.0\chapter6\Tools\*.*为本系统使用到的工具。 “软件在线升级系统”如何编译: 直接点击编译完成对整个项目的编译。 “软件在线升级系统”如何部署: 1、 配置IIS 以Pages目录为Web的根目录建立新的站点 2、 配置FTP 在本地机器上配置FTP站点,同时建立帐号hacker,密码为free。 把应用系统的安装文件setup.exe放在FTP的根目录下。 3、 注册ActiveX组件 使用regsvr32 UpgradeAtv.dll在本地的机器上注册UpgradeAtv.dll。 4、 使用本章提到的方法生成UpgradeAtx.cab,并且把它放置到 Web的根目录下。 5、 把IE的安全级别降低-"online update system software" implementation : a CD-ROM directory vc6.0 \ chapter6 \ bin \ UpgradeAtv.dll-based system of the executable. In testing before a registration regsvr32.exe use the DLL. 2, CD-ROM directory vc6.0 \ chapter6 \ Pages of the system test pages. 3, CD-ROM directory vc6.0 \ chapter6 \ setup is guiding system installed. 4, CD-ROM directory vc6.0 \ chapter6 \ src \ UpgradeAtv \*.*-based system of VC source. 5, CD-ROM directory vc6.0 \ chapter6 \ Tools \*.*-based system to use the tool. "Software Online Upgrade System" How compiler : direct hits compiler of the entire project completed compiler. "Software Online Upgrade System," how to deploy : one, to configure IIS Web Pages directory to the root directory to establish two new sites, FTP
Platform: | Size: 8656896 | Author: 徐夕 | Hits:

[Hook apiDLL封装窗口

Description: 请先编译DLL文件,并将DLL文件拷贝至call Hook目录, 调用CallDll程序加载外挂前,应先运行IE-post compiler DLL files and DLL files are copied to call Hook catalog, call CallDll external loading procedures, before first running IE
Platform: | Size: 164864 | Author: 黄春标 | Hits:

[Windows Develop在动态连接库内封装应用程序框架cool

Description: 实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC EXE应用程序中 CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程, CWinThread *pThread=GetCurrentThread() pThread->Run() 就可装载启动常规DLL内应用程序框架.-method: a normal DLL file has been created with the program wizard and there is an instance generated from CWinApp in the DLL file.Create another MFC EXE appliaction and copy CAppView,CMainFram,CAppDocument and the resources in RES directory to the normal DLL and add to the projec and compile and generate a DLL. In a Win32 application, start a thread which loads the DLL with codes, get the running thread, ie.CWinThread*pThread=GetCurrentThread(), then,pThread->Run() executes the loading and start the execution of the application framework in the normal DLL file.
Platform: | Size: 69632 | Author: | Hits:

[GUI Developcwebpage

Description: Display a Web Page in a Plain C Win32 Application: There are numerous examples that demonstrate how to embed Internet Explorer in your own window. But these examples typically use Microsoft Foundation Classes (MFC), .NET, C#, or at least the Windows Template Library (WTL) because those frameworks have pre-fabricated "wrappers" to easily give you an "HTML control" to embed in your window. If you re trying to use plain C, without MFC, WTL, .NET, C#, or even any C++ code at all, then there is a dirth of examples and information how to deal with OLE/COM objects such as IE s IWebBrowser2. Here is an article and working example in C to specifically show you what you need to do in order to embed IE in your own window, and more generally, show you how to interact with OLE/COM objects and create your own objects in plain C.
Platform: | Size: 48128 | Author: 刘国栋 | Hits:

[Multimedia Developmadxlib-10b2_demo

Description: mad mp3解码dll libmad is a powerful open source library written in C that decodes MP3 files to uncompressed PCM data. However, it compiles as a static library, limiting its access to C/C++. I have written code (based on the source madlld) that compiles to a DLL, enabling other languages (i.e., C#, Visual Basic etc.) to access the libmad library using the simple interface I ve provided. -mad dll libmad MP3 decoder is a powerful open sour ce library written in C that decodes MP3 files to uncompressed PCM data. However, it compiles as a static library, limiting access to its C/C. I have written code ( based on the source madlld) that compiles to a DL L, enabling other languages (ie, C#, Visual Basic etc.). to access the library libmad using the simple interface I ve provided.
Platform: | Size: 98304 | Author: 网量 | Hits:

[Delphi/CppBuilderC++BuilderWeb

Description: 书的内容: 第一章 面向对象编程 1.1 什么是对象 1.2 修改元件名称 1.3 对象作用域问题 1.4 类成员的可见性 1.5 对象的相互赋至 1.6 自己创建一个对象 1.7 VCL的结构 1.8 TObjiect 1.9 TPersistent 1.10 TComponet 1.11 TComponent 1.11 TControl 1.12 TWinControl 1.13 TGraphicControl 1.14 TCustom Control 第二章 组件对象模型 2.1 几个基本概念 2.2 客户和服务器 2.3 认识GUID。CLSID。IID 2.4 引用技术 2.5 什么是IUnknown接口 2.6 Dll形式的COM服务器 2.7 接口 2.8 调度接口 2.9 双重接口 2.10 对接口的应用 第3章 ActiveX 第4章 Type Libraty 第5章 创建ActiveX控件 第6章 OLE自动化 第7章 使用WinSock 第8章 使用FTP控件 第9章 使用UDP控件 第10章 使用HTTP控件 第11章 使用HTML控件 第12章 使用SMTP控件 第13章 使用POP控件 第14章 使用NNTP控件 第15章 创建Web服务器应用程序 第16章 Web服务器的细节 //从第3章我就不详细写了~-the contents : the first chapter of object-oriented programming 1.1 1.2 What is the object name change components targeted 1.3 Scope 1.4 category visibility of the target of 1.5 to 1.6 mutual given themselves a target to create VCL 1.7 the structure TObjiect 1.9 1.8 TComponet TPersistent 1.10 1.11 1.11 TComponent TWinControl TControl 1.12 1.14 1.13 TGraphicControl TCustom Control II Component Object Model 2.1 2.2 few basic concepts and customers awareness Server 2.3 GUID. CLSID. Bloch cited technical 2.4 2.5 What is the IUnknown interface 2.6 Dll form of COM server interface 2.8 2.7 2.9 Scheduling Interface Interface 2.10 pair of double Application Interface Chapter 3 Chapter 4 ActiveX Type Libraty create Chapter 5 ActiveX Chapter 6 OLE Automation to use Chapter 7 Chapter 8 WinSock use FTP
Platform: | Size: 1909760 | Author: 龙杨 | Hits:

[Windows DevelopIEHelper_src

Description: Microsoft为"我的电脑",IE流浏览器都设置了接口,只要你注册一个自己定义的COM DLL库,windows 在IE启动的时候都会调用这个DLL,(相当于挂钩了),所以你在你的DLL文件中对输入的网址进行处理了! 下载一个IEhelper,IE浏览网页的时候有几个事件要发生-Microsoft as "my computer", IE-browser interfaces are set up, if you registered their definition of a COM DLL library, windows in IE boot time will call the DLL, (equivalent to a link), you in your DLL files on the Web site for the importation of Office Jimmy! Download a IEhelper, Internet Explorer web of several events to take place
Platform: | Size: 8192 | Author: | Hits:

[GUI Developtestrun0510

Description: Web 应用程序日渐复杂,对它们的测试工作也变得越来越重要。有很多测试技术可供你选择使用。例如,在 2005 年 4 月份的 MSDN 杂志中,我描述了一个基于 JScript 的简单系统,它使用 IE 的文档对象模型(Internet Explorer Document Model)来完整地测试某个 Web 应用程序的用户界面。这个技术很有效,但是在几个方面存在着缺陷。我的一些同事问我是否能使用 .Net 框架编写功能更强,但仍然 是轻量级的 Web 应用程序用户界面自动化测试程序。在这个月的专栏文章中,我将向你们展示怎样达到这个目的。这个低层技术要求直接调用 fmshtml.dll 和 shdocvw.dll 动态链接库来访问和操纵 IE 浏览器客户区中的 HTML 对象。 -Web applications are becoming increasingly complicated, the test of their work has become increasingly important. A lot of testing technology for the use of your choice. For example, in April 2005 the MSDN magazine, I described a simple JScript based system, it uses IE's Document Object Model (Internet Explorer Document Mod el) to complete testing a Web application user interface. This technology is very effective, but there are several shortcomings. Some of my colleagues asked if I could use. Net framework of the preparation of functional and it is still lightweight Web application user interface automated test procedures. In this month's column, I will show you how to achieve this aim. The lower technical requirements and called directly fmshtml.dll Shdocvw.dll dynamic link libra
Platform: | Size: 121856 | Author: 冯伟 | Hits:

[Windows DevelopServerhttp

Description: http浏览器。要在你的VC++中按如下设置以下: Add the path to <Oledb32.dll>, and <Msado15.dll> via Tools->Options->Directories->Include Files. This is usually <C:\Program Files\Common Files\system\ole db\>, and <C:\Program Files\Common Files\system\ado\>。-http browser. In the VC you are set up by the following : Add the path to
Platform: | Size: 60416 | Author: wangfan | Hits:

[ISAPI-IEie_pop

Description: IE弹出窗口过滤,用一个DLL文件挂在IE上面,不需要EXE文件,截获IE的OnNewWindow事件.-IE pop-up window filter with a DLL files in IE pegged above, no EXE file, IE OnNewWindow intercepted the incident.
Platform: | Size: 111616 | Author: 段泽 | Hits:

[CSharpFobAddInForMsn

Description: 开发 MSN Messenger 插件 - Windows Live Messenger Add-ins 微软 Windows Live Messenger 8.0 开放了其 add-ins 开发接口,尽管功能有限,有些实验性质,但我们依然可以做很多事情。诸如自动回复、消息加密、MSN Mini 群等等。 运行/开发环境: 1. Windows Live Messenger 8.0 2. Microsoft .NET Framework 2.0 3. Visual Studio.NET 2005 (可选) 安装 Messenger 后(最好不要使用绿色版本,可能会出错。),你会在其安装目录(C:\Program Files\MSN Messenger)中找到一个名为 "MessengerClient.dll" 的文件,这就是我们需要的。创建一个 Class Library 项目,引用该文件,在VS2005解决方案资源管理器中双击该引用名称打开对象浏览器,你就能找到我们的目标——IMessengerAddIn。-MSN Messenger plugin development-Windows Live Messenge r Add-ins Microsoft Windows Live Messenger 8.0 of its add open- ins interface development, despite limited functions, some experimental in nature, but we can still do a lot of things. Such as automatic reply, message encryption, and so on MSN Mini group. Operation/Development Environment : 1. Windows Live Messenger 8.0 2. Microsoft.NET Framework 2.0 3. Visual Studio.NET 2005 (optional) Installation Messenger (the better not to use the green version may be wrong.) , You will, in its installation directory (C : \ Program Files \ MSN Messenger) to find a "Messe ngerClient.dll "document, this is what we need. Create a Class Library project, the paper quoted, In VS2005 resource management solutions for the double-click to open
Platform: | Size: 38912 | Author: 王恒健 | Hits:

[Multimedia programwangluozhibo

Description: 这个程序包里有3个部分:直播服务器,接收端插件,接收端例子。 直播服务器: 目录:rdV2Server 可执行文件:rdV2EDemo.exe 所需要文件:rdV2Encoder.dll 运行环境要求:windows, directx 9.0, USB摄像头,MIC 运行方法:先安装xvid编码器(XviD-1.0.1-05062004.exe), 运行rdV2EDemo.exe,点击CapComp按钮即可 服务器侦听端口号:9001 接收端插件: 插件文件名:rdV2NetSource.dll 注册方法:运行register.bat 运行环境要求:windows, directx 8.0以上 接收端1: 文件名:Windows Media Player 9.0 运行方法:先注册插件,安装xvid解码器(运行XviD-1.0.1-05062004.exe), 然后运行Windows Media Player,在"打开"菜单中选择 "打开URL",然后输入"rdv2://redcode.meibu.com:9001",然后按 "确定",即可看见图像 接收端2: 目录:ClientExample 执行文件名:PlayTheFile.exe 运行方法:先注册插件,安装xvid解码器(运行XviD-1.0.1-05062004.exe), 运行PlayTheFile.exe,即可看见图像 运行环境要求:windows, directx 8.0以上 -this procedure bundle of three parts : a live server, plug-in receiver, the receiver example. Broadcast server : Contents : rdV2Server executable files : rdV2EDemo.exe required documents : rdV2Encoder.dll operating environment requirements : windows, directx 9.0, USB camera, MIC operations : install xvid encoder (XviD- 1.0.1- 05062004.exe) Operation rdV2EDemo.exe Click CapComp button interception server port : Plug-9001 receiver : Plug-in File Name : rdV2NetSource.dll registration : Operation register.bat operating environment requirements : windows, directx 8.0 above a receiver : File name : Windows Media Player 9.0 operating methods : first registered plug-ins, Installation xvid decoder (Operating XviD- 1.0.1- 05062004.exe) then run Windows Media Player, in the "Open" menu,
Platform: | Size: 758784 | Author: cnbeta1985 | Hits:

[Firewall-SecurityIEBLOCK

Description: 实现根据黑名单或白名单列表对URL地址进行过滤功能。 注册: 1、regsvr32 /s iebho.dll 卸载: 1、regsvr32 /s /u iebho.dll 过滤规则文件: 1、过滤规则文件位于system32目录下,文件名称为urlfilt.sys 2、文件格式为以\x0a分隔的行,第一行标记缺省是禁止网页访问还是允许, 即是白名单还是黑名单, 网址不能加入http://等头,并且采用模糊匹配方法,例如sina将匹配 www.sina.com.cn、sina.cn等 黑名单格式例: 0\x0awww.sina.com.cn\x0abbs.xici.net\x0a 对于列表中的网址执行阻断,列表外的允许访问 白名单格式例: 1\x0awww.sina.com.cn\x0abbs.xici.net\x0a 对于列表中的网址允许访问,列表外的执行阻断 3、BHO组件对urlfilt.sys文件的访问采用fmShareDenyNone方式,不加任何锁-achieved under white list or blacklist of URL filtering function. Registration : 1, typing/s iebho.dll unloading : 1. typing/s/u iebho.dll filtering rules : 1. Filter rules are located in system32 directory and the file name for urlfilt.sys 2. file format for a \ x0a separated OK, OK marking the first default is prohibited or allowed to visit the website. that is, white list or blacklist web site, http://, etc. can be included in the first, and using fuzzy matching, For example, Sina will match www.sina.com.cn, sina.cn blacklist format such cases : 0 \ x0awww.sina.com.cn \ x0abbs.xici.net \ x0a For the list of blocked implementation of the website, the list outside the white list to allow visits format cases : 1 \ x0awww.sina.com.cn \ x0abbs.xici.net \ x0a list for permission to
Platform: | Size: 8192 | Author: eagletmp | Hits:

[WEB CodeDotNetTextBoxV3.3.2

Description: DotNetTextBox V3.0 WYSWYG Web Control For Asp.Net2.0 DotNetTextBox V3.0 所见即所得编辑器控件 For Asp.Net2.0 摘要: 2007/8/20 Version 3.3.2 Free Updates: 1) 对DotNetTextbox.dll文件进行了合理的压缩,体积减少了将近70KB,并且压缩后不会影响正常使用。 2) 修正非IE浏览器下禁用代码编辑功能后切换代码及编辑状态时出现内容不正确的BUG。 3) 修正高亮代码的默认图标为code2.gif。-DotNetTextBox V3.0 WYSWYG Web Control For Asp.Net2.0DotNetTextBox V3.0 WYSIWYG Editor Control For Asp.Net2.0 Abstract: 2007/8/20Version 3.3.2 FreeUpdates: 1) to DotNetTextbox.dll documents reasonable compression, the volume reduction of nearly 70KB, and compression will not affect normal use. 2) amendments to the non-IE browser code editing features under the disabled after the switch code and edit the contents of a state when an incorrect BUG. 3) Highlight the code amendment to the default icon for code2.gif.
Platform: | Size: 2044928 | Author: binarytree | Hits:

[Hook apiHookInsert

Description: Start.exe 安装 Insert.dll 中的 WH_GETMESSAGE 钩子. 当任何一个进程从 消息队列取消息时, Insert.dll 都将被装入其空间. Insert.dll在入口代码 中判断当前进入的进程模块名, 如果是 Explorer则建立一个线程, 并发消息 通知 Start.exe退出. 这个时候建立的新线程, 当然是属于Explorer进程的, 这就是关键之所在了. 另外, 该线程还建立了一个窗体, 可以设定IE首页. :~)-Start.exe installation of Insert.dll hook WH_GETMESSAGE. When any one process from the message queue check news, Insert.dll will be put into its space. Insert.dll at the entry code to enter the process to determine the current module name, if is the Explorer is the creation of a thread, and发消息Start.exe quit notice. this time the new thread, of course, is the Explorer process, and this is the key to a. In addition, the thread has also set up a form, can set the IE homepage.: ~)
Platform: | Size: 29696 | Author: hss | Hits:

[Internet-Networkfirewall

Description: 提供进程监视[包括启动参数] 进程检测[包括启动参数] 网络连接检测 SSDT检测 BHO检测 IE插件检测 自启动项检测 -------程序部分[使用彩字显示] 包含TD2,PTTD,2个DLL使用方法 TD3驱动使用方法-To provide process monitoring [including start-up parameters] the process of testing [including startup parameter] Network Connection BHO detection SSDT Detection Detection Detection of IE plug-ins since the start of testing- the procedural part of [the use of color word shows that] contains TD2, PTTD, 2 months DLL use TD3 driver to use
Platform: | Size: 432128 | Author: zzn | Hits:

[Email ClientButtonMail0523

Description: 是一个IE插件的一个DLL静态链接库,主要实现邮箱的登录功能-Is an IE plug-ins a DLL static link library, the main function-mail login
Platform: | Size: 32768 | Author: lin | Hits:

[Windows Develop自带的DLL 实现在IE中的传输 过防火 360 等

Description: 自带的DLL 实现在IE中的传输 过防火 360 等(The built-in DLL is implemented in IE with fire 360 and so on)
Platform: | Size: 9216 | Author: 玖凉 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net