搜索资源列表
ie favorite menu.zip
- ExplorerFavorateMenu是一个IE浏览器的插件,在IE界面上加入一个自定义工具栏,列举收藏夹的分类项目,方便浏览到Favorite Bookmark。 这是一个IE Tool Band的实现例子,编程环境为VC6.0 ATL工程(MFC Support),要求Win98, IE5.0以上。 详细介绍请看压缩包里提供的说明!
在动态连接库内封装应用程序框架cool
- 实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC EXE应用程序中 CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程, CWinThread *pThread=GetCurrentThread()
WindowScroller_src
- 牛人写的类似于IE中的滚轮鼠标图形的实现,很好用,强烈推荐-An MFC control for adding middle mouse button scrolling to any CWnd derived window
cwebpage
- 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 Window
llq
- 打造IE浏览器的源程序,一个很好有的MFC工程!-create IE browser source, a very good Some MFC works!
用MFC改写的点对点语音通讯的ActiveX控件源代码
- 用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 scr ipting language, especially the use of IE in particular inside con
GYClock
- MFC制作的ActiveX控件--电子时钟 同时显示指针和数字,其中有一个test.htm文件可以在IE中测试该控件。-MFC created ActiveX controls- Electronic clock at the same time show the pointer, and digital, of which there is a document test.htm can test the control IE.
SMB
- MFC 写的ie ---mfcie 基本的功能都有。 主要利用了CHtmlView类显示HTML。 其中,CHtmlView的实现是基于COM的。 并且用到了Windows套接字。-MFC wrote the basic ie--- mfcie function. The main advantage of category CHtmlView show HTML. Which, CHtmlView realization is based on the COM. And use
MFC
- AVIButonDemo.rar在一个按钮上播放AVI视频 AVIStatus.rar在状态栏上播放AVI视频 IEButtonDemo.rar IE风格的button Combo_Image.rar Combo控件的学习程序 OwerDrawXPbutton.rar xp风格的按钮-AVIButonDemo.rar in an AVI video play button in the status bar AVIStatus.rar to play AVI video IEBu
AddToToolBar
- IE编程实例:mfc利用已有的html解释器和html执行器,通过包装一层系统相关的API实现Windows下的浏览器。-IE Programming examples: mfc simple browser
My_Web_Explorer
- 用VC++ MFC做的浏览器,能够简单实现IE浏览器的一些小功能-To do with VC++ MFC browser, IE browser can briefly achieved a number of small features
vC6-IE-tools
- 用vc++实现IE工具栏,原创。mFc编程。-Achieved with the vc++ IE toolbars, original. mFc programming.
shenruqianchuMFC
- IE插件相关,关于MFC的资料,给IE插件开发的人员一些资料-IEplugin
MYBROWSER
- MFC的一个浏览器MFC for IE ,you know MFC for IE ,you know-MFC' s a browser,kdddddddddddddddffffffffffffffffffffffffffffffffff
vs2005--ie-toolbar
- directX,VS2005 ,mfc, 用下拉菜单做的IE,MFC IE浏览器-directX, VS2005, mfc, using the drop-down menu to do the IE, MFC IE browser
Mfcie
- 用MFC写的IE简易IE浏览器,包括了IE大部分的功能-Written with MFC IE simple IE browser, including IE most of the features
IE
- mfc控件模仿ie浏览器,相当实用 mfc控件模仿ie浏览器,相当实用-mfc control to mimic the ie browser, quite practical mfc control to mimic the ie browser, very useful
ETWDemo
- 基于MFC对话框,内嵌一个网页,实现网页透明(Based on the MFC dialog box, a web page is embedded to make the page transparent)
ExplorerTest2017-11-21 22-12-39
- MFC编写的捕获IE浏览器中的数据,并进行有效过滤,适合松散耦合的数据对接,实现BS和CS数据通讯,实现无痕数据接口(MFC is designed to capture the data in IE browser, and to effectively filter, loosely coupled data docking, BS and CS data communication, the realization of traceless data interface)
SExplorer浏览器 - 副本
- 1.利用MFC及ActiveX控件实现一个简单的Web浏览器; 2.像IE或其他PC浏览器一样,有一个URL的输入编辑框,并且在下拉列表中能显示最近前往的20条URL; 3.界面上有“前进”、“后退”、“刷新”、“停止”、“收藏”和“主页”等按钮并实现相应功能; 4.能够设置打开浏览器时初始显示的页面,即“主页”; 5.有“收藏夹”功能,能够保存URL到收藏列表。(1. Use MFC and ActiveX control to realize a simple web browser; 2