搜索资源列表
view2ctrl
- Convert chtmlview to CHtmlCtrl chtmlview和我们最终生成的CHtmlCtrl到底有什么区别? 其实,区别仅仅是它们被使用的方法不同.控件通常是对话框里的子窗口---当然你可以把它作为 任何窗口的子窗口.然而View却是专门为了实现mfc 文档视图结构而设计的.一个View有一个指向 Document的指针并且被固定在一个特别的窗口里---人称:框架窗口(CFrameWnd). 对于Document来说,CView是它可以从形态上被表现的
简单的web浏览器
- 使用mfc编写的简单的浏览器 chtmlview 类的成员函数 1.获取和设置属性(Attributes)的成员函数 (1)CString GetType( ) const; (2)long GetLeft( ) const; void SetLeft( long nNewValue ); (3)long GetTop( ) const; void SetTop( long nNewValue ); (4)long GetHeight( ) const; void SetHeight( long
VC++ MYBROWSER.rar
- mfc生成简单浏览器
vwindlg
- 一个在对话框中加chtmlview的例子,-An example of adding chtmlview to dialog box
custom_chtmlview
- 该代码用mfc的chtmlview类实现ie浏览器的自定义,可实现隐藏ie滚动条,去除3d外观等-The code ie browser mfc-chtmlview class custom, can be hidden ie scroll bar, remove the 3d appearance
Web-browsing
- mfc提供了一个chtmlview类,它派生自文档/视图结构,实现了web浏览功能的封装。其中,最重要的方法是Navigate函数,通过给它指定参数就可以浏览指定的web页-mfc provides a chtmlview class, it is derived from the document/view architecture, implementation of the web browsing function package. Among them, the most import
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
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_SDI_chtmlview
- 一个基于mfc的chtmlview类编写的单文档程序,实现单文档网页访问,标题栏修改等操作。-Class based on mfc' s chtmlview a single document preparation process, to achieve a single document, visit web page, the title bar changes and other operations.
ODBCDatabase1
- vc 使用mfc ODBC连接数据源\ODBCDatabase1的源码-vc use chtmlview class, achieve a similar IE web browser \ HtmlVIE source
mfcHtml
- 在mfc中使用浏览器在mfc 中微软为我们提供了chtmlview、CDHtmlDialog 类让我们的程序很方便的嵌 入浏览器和进行浏览器的二次开发,这比直接使用WebBrowser 控件要方便很多,所以本 文中讨论的浏览器的问题都是针对chtmlview来讨论的。文中将提到一个类CLhpHtmlView, 它是chtmlview-在mfc 中微软为我们提供了chtmlview、CDHtmlDialog 类让我们的程序很方便的嵌 入浏览器和进行浏览器的二次开发,这比直接使用We
定制开发自己的浏览器
- 创建文档/视图工程 创建mfc工程,工程名为SelfBrowser。在“mfc应用程序向导”对话框的“应用程序类型”页中选择“单个文档”类型的程序, 单击“下一步”按钮,接下来几个页面保持默认设置,直到“用户界面功能”页,如图5.7所示,在其上选中“使用经典菜单”→“使用浏览器样式的工具栏”。 VC工程向导正是按照这个规律生成类的,图5.8中框出了本例向导自动生成的4个类:CSelfBrowserView、CSelfBrowserApp、CSelfBrowserDoc和CMainFrame