Location:
Search - 浏览器代码
Search list
Description: 一款浏览器代码
Platform: |
Size: 395072 |
Author: larry89 |
Hits:
Description: 这个代码是最简单的IE浏览器,是本人从VC的MSDN中下载的,能够让你知道IE浏览器最简单的原理,不过他是通过一个函数来实现的,很简单,没有对IE浏览器的本质进行分析-most of the code is simple browser, I VC from the MSDN download, to let you know IE browser most simple principle, but he is a function of the very simple, no IE browser to the nature of the analysis! !
Platform: |
Size: 192769 |
Author: 责任 |
Hits:
Description: 浏览器代码 浏览器代码 浏览器代码 浏览器代码
Platform: |
Size: 94294 |
Author: songhc1986 |
Hits:
Description: 论文.doc,源程序及代码
Platform: |
Size: 2872439 |
Author: feihuadao@163.com |
Hits:
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:
Description: 连接IE浏览器窗口的代码-connecting IE browser window code
Platform: |
Size: 18432 |
Author: 闫永明 |
Hits:
Description: 一个类似ACDSS的图像浏览器代码-ACDSS a similar image browser code
Platform: |
Size: 1149952 |
Author: |
Hits:
Description: 这个代码是最简单的IE浏览器,是本人从VC的MSDN中下载的,能够让你知道IE浏览器最简单的原理,不过他是通过一个函数来实现的,很简单,没有对IE浏览器的本质进行分析-most of the code is simple browser, I VC from the MSDN download, to let you know IE browser most simple principle, but he is a function of the very simple, no IE browser to the nature of the analysis! !
Platform: |
Size: 2301952 |
Author: 责任 |
Hits:
Description: 一个浏览器的代码,学习网络的朋友也许有些帮组-a browser code, the Learning Network of friends may be some help group
Platform: |
Size: 52224 |
Author: 李明 |
Hits:
Description: 一个十分好的浏览器代码,值得大家参考一下,个人首顶-a very good browser code, we should take a look, the first top individuals
Platform: |
Size: 432128 |
Author: 欣 |
Hits:
Description: 模仿IE浏览器,一个简单的IE浏览器代码,仅供学习参考!-Mimic IE browser, a simple IE browser code, only to learn the reference!
Platform: |
Size: 71680 |
Author: 高广涛 |
Hits:
Description: 图片浏览器,该代码有主要的文件浏览器代码-Picture browser, the code the main file browser code
Platform: |
Size: 2094080 |
Author: 周友权 |
Hits:
Description: 一个仿IE7.0多页面浏览器控件的经典源码。-An imitation IE7.0 browser multi-page classic source control.
Platform: |
Size: 545792 |
Author: su jian |
Hits:
Description: 在BREW上用的浏览器代码,很不错的入门的例子。比较简单。-BREW use in the browser code, it is a good example of entry. Relatively simple.
Platform: |
Size: 502784 |
Author: qq |
Hits:
Description: 去年的一个习作,部分功能还没有完成,是一个基于IE内核的仿傲游(Maxthon)多页浏览器代码,发布出来供大家一起学习参考,所要用到的EmbeddedWB_D2005已经包含其中了。-An exercise last year, some features have not yet completed, is a fake based on the IE core Maxthon (Maxthon) multi-page browser code, issued by the U.S. for the study with reference to the use of one of the EmbeddedWB_D2005 already included.
Platform: |
Size: 414720 |
Author: 道天 |
Hits:
Description: 用Delphi开发的IE内核增强型浏览器代码.比Delphi本身自带的Webbrowser功能多了很多特性.-a new component for IE development, with new and more features compares with the default embeded component "webbrowser" of delphi.
Platform: |
Size: 2818048 |
Author: dlmfly |
Hits:
Description: Delphi带TAB标签功能的BMP图片浏览器代码-Delphi label features with TAB BMP image viewer code
Platform: |
Size: 118784 |
Author: 佘丽 |
Hits:
Description: android开发的图片浏览器代码,采用华丽界面-android code developed Picture Viewer
Platform: |
Size: 1019904 |
Author: litao |
Hits:
Description: Conimige2开源代码(Conimige2 open source code~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~.)
Platform: |
Size: 13071360 |
Author: 晓云
|
Hits:
« 12
3
4
5
6
7
8
9
10
...
50
»