搜索资源列表
mini.brower
- 自己做的一个学生科研项目,用MFC开发的一个浏览器,很简单,占资源内存极少-their students to do a research project with the development of an MFC browser, very simple, for very little memory resources
iFinalproject
- 自己写的一个内嵌IE的浏览器,外观和苹果浏览器一样。。。。MFC写的
InternetMan
- 用VC++做的网页浏览器,MFC框架下的程序,对新手来说是很好的,代码和功能都很简单
MyBrowser
- 应用MFC开发的浏览器,能够进行网页的浏览。
mfcie
- VS 2005下的 用MFC制作IE浏览器
网络浏览器(H)
- 一个用MFC自带的控件做的浏览器,虽然简单了一点,但也提供了一种最简单的解决问题的方式。-an onboard with MFC controls do browser, a simple, but also provides a simple method of solving problems.
Browser
- VC6.0 MFC 简单浏览器的源码 -VC6.0 MFC source code for a simple browser------
B05021319_Browzer
- 自己编的一个最简的浏览器,适合初学者对MFC有个初步的了解-Own one of the most simple browser, suitable for beginners of MFC have a basic understanding of
MyBrowser
- 这是一个通过MFC WinInet类实现的HTTP客户程序,一个简单的浏览器-This is a category through the MFC WinInet realize the HTTP client, a simple browser
MFCIE
- 基于MFC的IE源码,这是一个用vc编写的的一个浏览器,可以实现正常的网页的搜索功能,包括了源码和执行文件。-IE based on the MFC technology
B05020310_MyBrowser
- 基于VC++的浏览器设计与编程,基本的功能,调用MFC提供的界面-VC++ based on the browser design and programming, basic functionality, providing the interface to call MFC
MyBrowser
- 这是MFC环境下c++实现浏览器的上网功能,附加功能自己去添加-c++ to achieve any of the Internet browser function
MyBrowser
- 我的浏览器,mfc,chtmlview 可以输入地址-My browser, mfc, chtmlview can enter the address
MFCIE
- 用MFC编写的Web浏览器,可用于基于网页显示的信息查询系统-MFC written with Web browser, can be used to display Web-based Information Query System
browser
- 一个简单的浏览器,功能较少,用MFC编写,代码不多。-A simple browser, function less, using MFC write code much.
InternetBrowserByVC6
- 通过VC++/MFC自编一个互联网浏览器-Through the VC++/MFC self-compiled an Internet browser
Browser
- mfc浏览器Browser 自己写的哦 -Browser of mfc
MYBROWSER
- MFC的一个浏览器MFC for IE ,you know MFC for IE ,you know-MFC' s a browser,kdddddddddddddddffffffffffffffffffffffffffffffffff
net
- 自编小型mfc浏览器窗口,能够实现简单的浏览器访问功能,在上面输入网址下面就会显示网页内容-Small self mfc browser window enables simple browser access, enter the URL above will display the following page content
定制开发自己的浏览器
- 创建文档/视图工程 创建MFC工程,工程名为SelfBrowser。在“MFC应用程序向导”对话框的“应用程序类型”页中选择“单个文档”类型的程序, 单击“下一步”按钮,接下来几个页面保持默认设置,直到“用户界面功能”页,如图5.7所示,在其上选中“使用经典菜单”→“使用浏览器样式的工具栏”。 VC工程向导正是按照这个规律生成类的,图5.8中框出了本例向导自动生成的4个类:CSelfBrowserView、CSelfBrowserApp、CSelfBrowserDoc和CMainFrame