搜索资源列表
MyBrowser
- 我的浏览器,mfc,chtmlview 可以输入地址-My browser, mfc, chtmlview can enter the address
mfcie
- MFCIE 示例使用 MFC 的 CHtmlView 和 CReBar 类来实现由 Microsoft Internet Explorer 提供的功能的子集。-MFCIE sample using the MFC-CHtmlView and CReBar class to achieve by the Microsoft Internet Explorer provides a subset of the functionality.
定制开发自己的浏览器
- 创建文档/视图工程 创建MFC工程,工程名为SelfBrowser。在“MFC应用程序向导”对话框的“应用程序类型”页中选择“单个文档”类型的程序, 单击“下一步”按钮,接下来几个页面保持默认设置,直到“用户界面功能”页,如图5.7所示,在其上选中“使用经典菜单”→“使用浏览器样式的工具栏”。 VC工程向导正是按照这个规律生成类的,图5.8中框出了本例向导自动生成的4个类:CSelfBrowserView、CSelfBrowserApp、CSelfBrowserDoc和CMainFrame