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

Search list

[EditBoxCHtmlView_Search_demo

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

[Browser Client2005052313152727499

Description: CHtmlView自动填表,可以实现网页自动填表功能-CHtmlView automatic form, can achieve automatic form functional website
Platform: | Size: 56745 | 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: 66327 | Author: kk | Hits:

[WinSock-NDISTestHTML

Description: 很多应用都需要处理表单的提交,现在很多著名的网站像Yahoo为了防止别人利用自动注册程序强注账号,在网页中添加了很多加密程序,这样在最后的HTTP请求信息中出现的标单域都是加密后的数据v。这在某种程度上防止了自动注册程序的使用,但是也给其他的一些正当用途的程序造成了不便。而通过处理CHtmlView的表单提交事件,则可以捕获HTTP请求信息,只要程序向这些网站提交加密后的表单信息就可以完成相应的工作了。本例即是这方面的一个实例。-many applications need to be addressed for the submission form, but a lot of famous sites like Yahoo in order to prevent others using the automatic registration procedures Strong Note account, the website added a lot of encryption, in the final HTTP request information of standard single domain are encrypted data v. In part to prevent the automatic use of the registration procedures, but also to some other legitimate uses of the procedure have caused inconvenience. CHtmlView and by addressing the submission form, can capture HTTP request information, as long as the procedures for submission to these websites encrypted form on the information to complete the work. The cases this is an example of.
Platform: | Size: 43881 | Author: | Hits:

[Browser ClientCHtmlCtrl

Description: 将CHtmlView类封装成CHtmlCtrl类,可在静态框中使用,VC6编译-will CHtmlView class into CHtmlCtrl Packaging category, the use of static box. VC6 Compiler
Platform: | Size: 345293 | Author: 哈哈哈 | Hits:

[Internet-Networkhtmlviewdemo

Description: 关于CHtmlView的简单应用-on a simple application
Platform: | Size: 33540 | Author: 何勇 | Hits:

[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:

[Windows Developluo31_demo

Description: Handling HTML Element Events in CHtmlView and Reusing CDHtmlDialog Serial Cla
Platform: | Size: 88029 | Author: cy | Hits:

[Internet-Networkwebtest

Description: 一个简单的visual c++ 2003单文档的浏览器, 继承了chtmlview类的功能.
Platform: | Size: 70625 | Author: 刘卫 | Hits:

[WinSock-NDISProcess_HTMLFORM

Description: 使用chtmlview类的重载实现网页与应用程序之间数据交换,初级例子仅供参考
Platform: | Size: 35059 | Author: szy | Hits:

[Browser ClientdongtaishengchengHTML

Description: 本程序示例了如何利用一个从 CHtmlView 派生的新类 CHtmlCtrl 在对话框(如“关于”对话框)或其它窗口中嵌入web页面以及如何将HTML文件作为资源嵌入在EXE或DLL中。CHtmlView 可以象其它控件一样用于对话框和任何窗口。此外该程序还示范了如何动态构造 HTML 文档串以及禁用浏览器的上下文菜单。
Platform: | Size: 248211 | Author: | Hits:

[Browser ClientmyWeb

Description: 自己用CHtmlView类写的浏览器程序,主要用于大家交流,
Platform: | Size: 41456 | Author: 朱波 | Hits:

[WinSock-NDISEasyDialogWeb

Description: 三步打造Dialog Web浏览器 第一步: 继承CHtmlView并建立导航函数GotoWebSite(string) 第二步:包含的头文件并声明变量 第三步:在Dialog初始化时,建立窗口并导航 祝您工作学习愉快! 有问题,可以通过Email与我联系! =================================== 妹儿:junzis@126.com ===================================
Platform: | Size: 36426 | Author: 军子 | Hits:

[Internet-NetworkGMAIL

Description: GMAIL注册机代码,很好的学习代码,CHTMLVIEW类的使用
Platform: | Size: 345780 | Author: 张灵 | Hits:

[Internet-NetworkAboutHtml2

Description: VC知识库《在线杂志》第六期有一篇文章“VC6中使用CHtmlView在对话框控制中显示HTML文件”,很多读者来信说很喜欢这种功能。但是美中不足的是在对话框的HTML页面上单击鼠标右键会弹出上下文菜单。从而可以象在IE中那样看到页面的源代码。为了防止用户查看HTML代码,有人尝试过在CHtmlCtrl派生的窗口中重载WM_CONTEXTMENU,或者在CHtmlView以及CHtmlCtrl类中禁用右键的上下文菜单和弹出式菜单,这两个方法都没有成功。那么如何禁用HTML的这个上下文菜单呢? 本文就针对这个问题用不同的方法来完善上次的程序。-VC knowledge base "online magazine" is a sixth article "VC6 use CHtmlView control in the dialog box display HTML document," said the letter from the many readers liked function. But it is regrettable that the dialog in HTML pages on the right-click context menu will pop. Thus, as in IE did see page source code. To prevent the user to view the HTML code, it was tried in CHtmlCtrl derived heavy WM_CONTEXTMENU window, or CHtmlView class and CHtmlCtrl banned right in the context menu and pop-up menus, the two methods have not been successful. So how to disable HTML in the context menu? Paper addressing the problem in different ways to improve the previous procedures.
Platform: | Size: 852143 | Author: 唐文 | Hits:

[Button controlabouthtml3

Description: 在对话框中(如“关于”对话框)嵌入web页面以及如何将HTML文件作为资源嵌入在EXE或DLL中。CHtmlView 可以象其它控件一样用于对话框和任何窗口。此外该程序还示范了如何动态构造 HTML 文档串以及禁用浏览器的上下文菜单。-in the dialog box (such as "on" dialog box) embedded web pages and how to HTML document as a resource embedded in the EXE or DLL. CHtmlView be the same as for other controls and any dialog window. In addition the program also demonstrated how the structural dynamic HTML documents Series and banned the browser context menu.
Platform: | Size: 247851 | 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: 11563 | Author: 何浩 | Hits:

[ISAPI-IECHtmlView载入网页

Description:
Platform: | Size: 16638 | Author: myzhangjing | 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:
« 1 2 34 5 6 »

CodeBus www.codebus.net