搜索资源列表
MyBrowser
- MFC中的单文档的浏览器,主要用到网络编程-MFC A simple browser
ip
- 本代码是用来检测IP数据包的流量,采用单文档的MFC实现的-This code is used to detect the flow of IP data packets, MFC single document to achieve
myWeb
- 基于MFC单文档的浏览器程序。可以进行网址输入访问、前进、后退、停止、刷新、回到主页的操作。-MFC single document-based browser program. Enter the URL can access, forward, backward, stop, refresh, back to the home page of operations.
MyWeb
- 用MFC制作的基于单文档的浏览器,功能简单,具有浏览网页、刷新、后退等功能,代码易懂。-Produced using MFC single document based on the browser, the functionality is simple, with browsing the web, refresh, back and other functions, easy to understand code.
iptrafficmonitor
- MFC采用单文档显示的,基于winpcap的网卡数据截取分析工具-MFC single document display, based on winpcap intercept card data analysis tools
定制开发自己的浏览器
- 创建文档/视图工程 创建MFC工程,工程名为SelfBrowser。在“MFC应用程序向导”对话框的“应用程序类型”页中选择“单个文档”类型的程序, 单击“下一步”按钮,接下来几个页面保持默认设置,直到“用户界面功能”页,如图5.7所示,在其上选中“使用经典菜单”→“使用浏览器样式的工具栏”。 VC工程向导正是按照这个规律生成类的,图5.8中框出了本例向导自动生成的4个类:CSelfBrowserView、CSelfBrowserApp、CSelfBrowserDoc和CMainFrame