Welcome![Sign In][Sign Up]
Location:
Search - chtmlview mfc

Search list

[GUI Developview2ctrl

Description: Convert CHtmlView to CHtmlCtrl CHtmlView和我们最终生成的CHtmlCtrl到底有什么区别? 其实,区别仅仅是它们被使用的方法不同.控件通常是对话框里的子窗口---当然你可以把它作为 任何窗口的子窗口.然而View却是专门为了实现MFC 文档视图结构而设计的.一个View有一个指向 Document的指针并且被固定在一个特别的窗口里---人称:框架窗口(CFrameWnd). 对于Document来说,CView是它可以从形态上被表现的场作.但,指向Document的指针 m_pDocument可能是NULL,所以每当我们在View里处理Document的时候,这么做是明智的:
Platform: | Size: 283949 | Author: weiruhui | Hits:

[WinSock-NDIS简单的web浏览器

Description: 使用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 nNewValue ); (5)BOOL GetVisible( ) const; void SetVisible( BOOL bNewValue ); 2.主要的操作(Operations)成员函数 这些成员函数非常有用,常常用在应用程序中。 void GoBack( ); 导航到历史列表的前一个条目(previous item)。 void GoForward( ); 导航到历史列表的下一个条目。 void GoHome( ); 导航到主页,该主页在IE的属性中设置。 void GoSearch( ); 导航到当前搜索页。该页在IE的属性中设置。 void Refresh( ); 重新装入浏览器当前正在显示的URL或者文件,即刷新。 void Stop( ); 撤销任何未完成的导航或下载,并且停止任何动态的页面元素,例如背景音乐和动画。 Navigate 导航到由URL指定的资源。 Navigate2 导航到由URL指定的资源或者由全路径指定的文件。 PutProperty 设置与所给定的对象相关的属性的当前值。 GetProperty 返回与所给定的对象相关的属性的当前值。 ExecWB 执行一个命令。 LoadFromResource 在WebBrowser控件中装入一个资源。 3.事件(Events)处理函数 为了利用Windows的消息驱动机制,CHtmlView 类定义了许多可重载的事件处理函数,当一定的事件发生时,MFC框架会自动调用相应的事件处理函数。用户可以重载这些函数,添加自己的代码,实现应用程序特定的功能。下面列举了一些,详细的资料可查阅MSDN文档。 OnNavigateComplete2 对于一个窗口或显示框架,完成到一个超链接的导航后,调用此函数 OnBeforeNavigate2 对于一个窗口或显示框架,在给定的Web浏览器中,一个导航出现之前,调用此函数 virtual void OnStatusTextChange( LPCTSTR lpszText ); 当与WebBrowser 控件相关的状态栏的文本改变时,调用此函数,参数lpszText包含新的状态栏文本的字符串。 virtual void OnVisible( BOOL bVisible ); 当WebBrowser 的窗口应当被显示或隐藏时,框架调用此函数,bVisible表示了窗口的状态,:如果为非零,对象可见;为零,对象不可见。 virtual void OnToolBar( BOOL bToolBar ); 当 ToolBar 属性已经改变时,调用此函数,bToolBar为非零, IE的工具栏是可见的;否则相反。 virtual void OnMenuBar( BOOL bMenuBar ); 当 MenuBar 属性已改变时,调用此函数。bMenuBar为非零,菜单栏可见;否则相反。
Platform: | Size: 3688551 | Author: chuengchi@126.com | Hits:

[SourceCodeVC++ MYBROWSER.rar

Description: MFC生成简单浏览器
Platform: | Size: 30256 | Author: fzl6666 | Hits:

[Dialog_Windowvwindlg

Description: 一个在对话框中加CHtmlView的例子--An example of adding CHtmlView to dialog box
Platform: | Size: 38912 | Author: 站长 | Hits:

[GUI Developview2ctrl

Description: Convert CHtmlView to CHtmlCtrl CHtmlView和我们最终生成的CHtmlCtrl到底有什么区别? 其实,区别仅仅是它们被使用的方法不同.控件通常是对话框里的子窗口---当然你可以把它作为 任何窗口的子窗口.然而View却是专门为了实现MFC 文档视图结构而设计的.一个View有一个指向 Document的指针并且被固定在一个特别的窗口里---人称:框架窗口(CFrameWnd). 对于Document来说,CView是它可以从形态上被表现的场作.但,指向Document的指针 m_pDocument可能是NULL,所以每当我们在View里处理Document的时候,这么做是明智的: -Convert CHtmlView to CHtmlCtrlCHtmlView with us in the end the final generated CHtmlCtrl What is the difference? In fact, the distinction is that they only be used in different ways. Control is usually a sub-dialog window- of course you can put it as a child window of any window. However View it is specialized in order to realize the structure of the document view MFC designed. a View has a point to Document pointer and was fixed in a special window- known as: frame window (CFrameWnd). For Document for, CView is that it can from the morphology was the performance of the market for. However, indicators point to Document the m_pDocument may be NULL, so whenever we deal with in the View Lane Document when it is wise to do so:
Platform: | Size: 283648 | Author: weiruhui | Hits:

[Dialog_WindowCHtmlView

Description: VC6中使用CHtmlView在对话框控制中显示HTML文件-VC6中??用CHtmlView在 ??话 ???刂浦邢允 ?HTML文 ?
Platform: | Size: 791552 | Author: 周远 | Hits:

[ISAPI-IESMB

Description: 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 the Windows Sockets.
Platform: | Size: 97280 | Author: | Hits:

[Browser ClientMyBrowser

Description: 我的浏览器,mfc,chtmlview 可以输入地址-My browser, mfc, chtmlview can enter the address
Platform: | Size: 16384 | Author: lizy | Hits:

[Browser Clientmfcie

Description: 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.
Platform: | Size: 92160 | Author: 黄虎 | Hits:

[Windows DevelopMFC_SDI_CHtmlView

Description: 一个基于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.
Platform: | Size: 3488768 | Author: well | Hits:

[ADO-ODBCODBCDatabase1

Description: vc 使用MFC ODBC连接数据源\ODBCDatabase1的源码-vc use CHtmlView class, achieve a similar IE web browser \ HtmlVIE source
Platform: | Size: 41984 | Author: 潘晨光 | Hits:

[ISAPI-IEWeb-browsing

Description: 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 important is the method of Navigate function, by giving it the specified parameters can browse the specified web page
Platform: | Size: 45056 | Author: 付伟 | Hits:

[ISAPI-IEcustom_chtmlview

Description: 该代码用MFC的chtmlview类实现ie浏览器的自定义,可实现隐藏ie滚动条,去除3d外观等-The code ie browser MFC-chtmlview class custom, can be hidden ie scroll bar, remove the 3d appearance
Platform: | Size: 108544 | Author: 王易 | Hits:

[GUI DevelopMFCHtml

Description: 在MFC中使用浏览器在MFC 中微软为我们提供了CHtmlView、CDHtmlDialog 类让我们的程序很方便的嵌 入浏览器和进行浏览器的二次开发,这比直接使用WebBrowser 控件要方便很多,所以本 文中讨论的浏览器的问题都是针对CHtmlView来讨论的。文中将提到一个类CLhpHtmlView, 它是CHtmlView-在MFC 中微软为我们提供了CHtmlView、CDHtmlDialog 类让我们的程序很方便的嵌 入浏览器和进行浏览器的二次开发,这比直接使用WebBrowser 控件要方便很多,所以本 文中讨论的浏览器的问题都是针对CHtmlView来讨论的。文中将提到一个类CLhpHtmlView, 它是CHtmlView
Platform: | Size: 49152 | Author: kjf | Hits:

CodeBus www.codebus.net