Welcome![Sign In][Sign Up]
Location:
Search - HtmlView

Search list

[ISAPI-IEhtmlviewer_demo

Description: htmlviewer_demo,实现html的解析与显示-htmlviewer_demo achieve html and show the analytic
Platform: | Size: 303104 | Author: 天涯浪子 | Hits:

[Other用Visual C++打造IE浏览器

Description: 此为本人期末的课程设计VC设计:浏览器程序设计。注:本源码用Word文档存放。 简介内容:随着互联网在世界范围的广泛应用,WWW(World Wide Web,万维网)也日益成为互联网上信息交流不可缺少的工具。它是一种以HTTP(HyperText Tranfer Protocol,超文本传输协议)为基础,使用HTML(HypeText Markup Language,超文本标记语言)编写的有若干Web网页构筑而成的世界。 本课程设计要求设计类似于微软的IE浏览器,具备一个浏览器的基本功能,可以完成网上冲浪的任务。 设计 Visual C++为我们提供了一个ChtmlView类,有了它。可以很方便地设计浏览器。-this as the end of the course design VC Design : browser program design. Note : This source used Word documents stored. Introduction : As the Internet in a wide range of applications worldwide, WWW (World Wide Web, the World Wide Web) has increasingly become the exchange of information on the Internet an indispensable tool. It is a form HTTP (HyperText Tranfer Protocol, Hypertext Transfer Protocol) based on the use of HTML (HypeText Markup Language, HTML) prepared in a number of Web pages built by the world. The curriculum design requirements similar to the design of Microsoft's Internet Explorer, a browser with the basic functions can be completed online surfing tasks. Design Visual C offers us a ChtmlView category, it has. It is easy to design browser.
Platform: | Size: 11264 | Author: 何浩 | Hits:

[Communicationiectrlappin11dlg

Description: 首先,需要在你的程序中嵌入IE浏览器的窗口。有两种实现方法,其一,添加CHtmlView的视类;其二,添加IE浏览器的ActiveX控件。其实不管用什么方法,除了函数名称稍有区别外,它们最终都调用了微软的IWebBrowser2的接口。IWebBrowser2的功能非常强劲,使用它的技术叫DHTML(动态HTML,以后再给大家介绍)。在这篇文章中,先给大家举例介绍一些初级的使用,起到抛砖引玉的作用。更多功能可以参考MSDN-First, you need to embed the process of the browser window.CHtmlViewIEActiveX In fact, no matter what means, in addition to slightly different function names, they were eventually called the Microsoft IWebBrowser2 interface. IWebBrowser2 function very strong, the use of its technology called DHTML (Dynamic HTML, after you give). In this article, for example letting you highlight some of the primary use, the role played congregate. More features can refer to the MSDN
Platform: | Size: 109568 | Author: 王志雄 | Hits:

[EditBoxCHtmlView_Search_demo

Description: 利用chtmlview类获取所浏览的网页源代码,并对关键词进行高亮显示-use chtmlview access category by browsing the website source code, as well as keyword highlighter
Platform: | Size: 35840 | Author: | Hits:

[Browser Client2005052313152727499

Description: CHtmlView自动填表,可以实现网页自动填表功能-CHtmlView automatic form, can achieve automatic form functional website
Platform: | Size: 57344 | Author: 天天 | Hits:

[GUI Develop关于CHtmlView的简单应用

Description: 网页应用程序的类,用VC写的,方便 洽入网页程序。喜欢的朋友进-web application program category, the VC was made to facilitate contact into Web applications. Like friends Progressive
Platform: | Size: 66560 | Author: kk | Hits:

[Browser ClientCHtmlViewProjV2

Description: VC实现的一个简单浏览器,可以进行新功能的扩充,目前以实现基本的浏览功能。-VC of a simple browser that can be expanded by new functions, in order to achieve the basic browsing.
Platform: | Size: 73728 | Author: | Hits:

[MiddleWareHTMLViewer

Description: HTML文件浏览工具,该程序是用Vc++6开发的。-HTML file browsing tools, the program is Vc++6 development.
Platform: | Size: 61440 | 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:

[ISAPI-IEwebtest

Description: 一个简单的visual c++ 2003单文档的浏览器, 继承了chtmlview类的功能.-A simple visual c++ 2003 single document browser, inherited CHtmlView functions.
Platform: | Size: 70656 | Author: 刘卫 | Hits:

[Browser ClientdongtaishengchengHTML

Description: 本程序示例了如何利用一个从 CHtmlView 派生的新类 CHtmlCtrl 在对话框(如“关于”对话框)或其它窗口中嵌入web页面以及如何将HTML文件作为资源嵌入在EXE或DLL中。CHtmlView 可以象其它控件一样用于对话框和任何窗口。此外该程序还示范了如何动态构造 HTML 文档串以及禁用浏览器的上下文菜单。-This procedure uses a sample of how to CHtmlView derived from the new class CHtmlCtrl in the dialog box (such as About dialog box) or other windows embedded web page and how to HTML file as a resource embedded in the EXE or DLL in. CHtmlView can be the same as other controls for the dialog and any window. In addition the program also demonstrated how the dynamic structure HTML documents as well as the string to disable the browser s context menu.
Platform: | Size: 375808 | Author: | Hits:

[GIS programhtmlviewer

Description: ArcIMS地图服务的事例,该事例主要用javascript完成,是不错的gis学习代码-ArcIMS map services examples, the examples of the main javascript completed, is a good learning source gis
Platform: | Size: 1202176 | Author: Lesson | Hits:

[Browser ClientmyWeb

Description: 自己用CHtmlView类写的浏览器程序,主要用于大家交流,-CHtmlView type used to write their own browser program, mainly for U.S. exchanges,
Platform: | Size: 40960 | Author: 朱波 | Hits:

[OtherArcIMSDocument

Description: 这里面有ArcIMS入门读物,arcims(HtmlView)开发经验总结之鹰眼实现,arcIMS_AppServerLink三个文档。-ArcIMS Study
Platform: | Size: 114688 | Author: 张媛莉 | Hits:

[Windows Developbrowse

Description: HtmlView控件的使用方法,运行环境为Windows Mobile 6.0-How to use HtmlView control, run it on the Mobile 6.0
Platform: | Size: 12288 | Author: niejianghong | Hits:

[Windows Developcj

Description: cjlibrary的动态连接库,vc2005编译通过, 以及所有头文件-cjlibrary dynamic link library, vc2005 compiles, And all the header files
Platform: | Size: 2156544 | Author: zby | Hits:

[Multimedia DevelopDoubanRadio

Description: 豆瓣电台客户端有点大,自己做了个小豆瓣电台,这是源代码 简单介绍下: 1、创建工程时使用MFC单文档,View选那个HTMLVIEW 2、View的InitialUpdate中浏览豆瓣电台http://douban.fm/radio,顺便把窗口大小改变下 3、加个右键置顶的系统菜单项 -Douban radio client a bit large, a small Douban own radio station, which is the source code for a simple under: 1, creating a project using MFC Single Document, View select the HTMLVIEW 2, View the InitialUpdate browse Douban radio http:// douban.fm/radio, to change the way the size of the window under the 3, plus a right-top system menu item
Platform: | Size: 22528 | Author: 李铂 | Hits:

[GUI DevelopHtmlUI

Description: 使用MFC对话框自带的HTMLVIEW类开发应用程序界面的实例代码-It is a code for using MFC DHTMDLG
Platform: | Size: 41984 | Author: test | Hits:

[GUI Develop03

Description: HtmlView例子,适合学习MFC编程参考-HtmlViewExample ,PLEASE DOWNLOAD IT AND USE IT
Platform: | Size: 17408 | Author: 王的 | Hits:

[Dialog_WindowHtmlView

Description: 一个简单的网页代码查看工具,对于初学者很有帮助-A simple web code viewing tool, useful for beginners
Platform: | Size: 3519488 | Author: 小谭 | Hits:
« 1 23 »

CodeBus www.codebus.net