搜索资源列表
简单的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
WebBrowser 简易web浏览器
- 简易web浏览器 vc++6.0 mfc 源代码,编译通过,Simple web browser vc++6.0 mfc source code, compiled through
Ch14Demo5--WebBrowser
- 在Visual C++中安全嵌入网页浏览器,小的MFC程序,教你学会控件的使用-In Visual C++ in the embedded web browser security, small MFC program, teach you how to control the use of
ChangeHtmlByMFC
- 自动填表,VS/MFC写的直接填百度,用的webbrowser控件,源码很有用-i can not speak english!
MFC_webbrowser
- MFC下定制化webbrowser控件的使用,源自Codeproject&MSDN,在VS2008下编译通过。-Under the MFC customized using the webbrowser control, from Codeproject & MSDN, under the VS2008 compiler through.
treeview
- MFC控件,树形,像资源管理器一样,实现树形获取文档的功能-MFC control, tree, like the Explorer, the same access to the document to achieve the function tree
webbrowser
- 一个很简单开发web浏览器的教程 非常详细,用VC的mfc开发~适用于新手-A very simple web browser developed a very detailed tutorial, developed with VC' s mfc ~ suitable for beginners
WEBbrowser
- 实现我的web浏览器,可以浏览网页,具有mfc界面,方便实用-Achieve my web browser, you can browse the web, with mfc interface, convenient and practical
webbrowser
- MFC使用WebBrowser控件,实现js与C++的互调用-MFC uses the WebBrowser control, the js and C++, mutual call
MFCHtml
- 利用mfc调用html文件并显示 利用mfc调用html文件并显示-uses the WebBrowser in MFC to control the js
ChangeHtmlByMFC
- 自动填表,VS/MFC写的直接填百度,用的webbrowser控件,源码很有用-i can not speak english!
WebBrowser
- 微软的MFC和.NET都有WebBrowser控件,这两个控件虽然容易上手,不过由于包装的太好,所以很难深入。因此介绍的WebBrowser将不使用MFC和.NET,而是使用C++实现SDK的WebBrowser-Microsoft s MFC and. NET has a WebBrowser control, although both controls easy to use, but because the packaging very good, it is difficult to
3.HTMLEdit
- 该HTMLEdit示例显示了如何使用MFC类包装的Internet Explorer中的WebBrowser ActiveX控件。在编辑模式下,WebBrowser ActiveX控件暴露你看到的就是你得到的(WYSIWYG)的编辑功能。MFC库提供的类(CHtmlEditView和CHtmlEditDoc)该主机的MSHTML编辑控制在一个窗口类,并提供方便的包装类控件的属性,方法和事件。-The HTMLEdit example shows how to use the MFC class
MFCHtml
- 在MFC中使用浏览器在MFC 中微软为我们提供了CHtmlView、CDHtmlDialog 类让我们的程序很方便的嵌 入浏览器和进行浏览器的二次开发,这比直接使用WebBrowser 控件要方便很多,所以本 文中讨论的浏览器的问题都是针对CHtmlView来讨论的。文中将提到一个类CLhpHtmlView, 它是CHtmlView-在MFC 中微软为我们提供了CHtmlView、CDHtmlDialog 类让我们的程序很方便的嵌 入浏览器和进行浏览器的二次开发,这比直接使用We
MFC使用WebBrowser控件调用百度地图API案例
- mfc调用百度地图,可实现输入坐标显示位置(MFC calls Baidu maps Input coordinate display position can be realized)