搜索资源列表
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.
定制开发自己的浏览器
- 创建文档/视图工程 创建MFC工程,工程名为SelfBrowser。在“MFC应用程序向导”对话框的“应用程序类型”页中选择“单个文档”类型的程序, 单击“下一步”按钮,接下来几个页面保持默认设置,直到“用户界面功能”页,如图5.7所示,在其上选中“使用经典菜单”→“使用浏览器样式的工具栏”。 VC工程向导正是按照这个规律生成类的,图5.8中框出了本例向导自动生成的4个类:CSelfBrowserView、CSelfBrowserApp、CSelfBrowserDoc和CMainFrame