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

Search list

[ActiveX/DCOM/ATLExWebBrowser

Description: .net的平台所提供的WebBrowser控件并没有对ActiveX控件的WebBrowser所有事件进行封装,这导致在.net中无法处理某些事件。本代码给出了一个扩展的WebBrowser控件,封装了所有ActiveX WebBrowser控件所提供的事件,对于开发浏览器或相关项目的开发者有参考和帮助。
Platform: | Size: 7328 | Author: halk xia | Hits:

[Windows DevelopMyBrower

Description: 我自己用visual c++ 编制的IE浏览器代码,调用webbrowser
Platform: | Size: 44968 | Author: 阮鹏飞 | Hits:

[Browser ClientwebBrowser

Description: 相当简单的浏览器,可以查看网页源代码,能够保存
Platform: | Size: 5719 | Author: HSL | Hits:

[Windows Developwebbrowser

Description: TWebBrowser制作的一个Web浏览程序,实现流程器的基本功能。
Platform: | Size: 41347 | Author: axiu | Hits:

[Internet-Networkwebbrowser

Description: 一个用delphi语言编写的实现网页浏缆功能
Platform: | Size: 296498 | Author: 易峰 | Hits:

[WinSock-NDIScan_webbrowser

Description: 在webbrowser中浏览时可以判断“前进”、“后退”是否可以用_goback-the desired command can be viewed and judged, "forward" and "backward" can use _goback
Platform: | Size: 2231 | Author: asong | Hits:

[WinSock-NDISChap0fh8

Description: 用VC编写的WWW浏览器,利用Microsoft的WebBrowser控件。-VC prepared by the WWW browser, using Microsoft's WebBrowser control.
Platform: | Size: 64439 | Author: wen | Hits:

[WinSock-NDISHTMLViewerSample

Description: This sample will show you how to use the WebBrowser Control and how to disable right click context menu for browser s window. Requires installed Internet Explorer 3.xx or Internet Explorer 4.xx. Works with both versions. This sample works with All version of VB5.
Platform: | Size: 85831 | Author: wwww | Hits:

[WinSock-NDIS获取网页密码、代码程序

Description: 本程序演示如何通过窗口句柄取webbrowser控件的IHtmlDocument2接口-this program demonstrated how to handle through the window from the desired command control interface IHtmlDocument2
Platform: | Size: 67238 | Author: 夏添 | Hits:

[GUI DevelopExample100-使用WebBrowser控件浏览网页

Description: 用VB编辑的可以当浏览器使用的程序 经测试,可以使用-VB editor when the browser can be used by the testing procedure can be used
Platform: | Size: 6676 | Author: 文芳 | Hits:

[Browser ClientIE嵌入开发

Description: IE工具栏扩展 就是如何使IE扩展组件可以响应事件。 在自己的程序中使用过WebBrowser控件的朋友都知道,WebBrowser控件定义了诸如BeforeNavigate、DownloadComplete 等事件,我们可以通过编写事件处理代码实现对WebBrowser控件的操作。那么如何实现对IE的事件响应和处理呢?同建立IE面板一样。我们需要建立一个实现IObjectWithSite接口的COM组件,不同的是,我们还需要实现IDispatch接口,在IObjectWithSite接口的SetSite方法中获得IE的WebBrowser接口并建立自身与WebBrowser的连接,然后如果在IE的Webbrowser对象中发生什么事件的话,那么IE就会回调连接的IDispatch接口的Invoke方法。我们通过在Invoke方法中编写代码就可以获得IE事件了。这个利用的是COM编程的回调接口原理。-IE toolbar expansion is how to make IE components can be extended to respond incident. In their own procedures used WebBrowser Control friends all know, WebBrowser control such as the definition BeforeNavigate, DownloadComplete incidents, we can handle the matter through the preparation of code to achieve WebBrowser control operation. So how to achieve the right IE incident response and handling? IE with the establishment of the same panel. We need to build an interface to achieve IObjectWithSite COM different is, we also need to implement the IDispatch interface, the interface SetSite IObjectWithSite method was IE WebBrowser interface and establish their own connections with the WebBrowser, then if the IE object pda.en.wapedia.org what happens incident, then IE the pullback would IDispatc
Platform: | Size: 148373 | Author: 好的 | Hits:

[Browser Clientdelphi webbrowser 自動登陸

Description: 對網頁表單進行分析。可用來自動登陸網站,郵箱等
Platform: | Size: 363971 | Author: devhp1 | Hits:

[Browser ClientVisualStudio 2003下使用WebBroswers控件

Description: VC6升级到VS2003后,是不能直接在VS2003插入IE WebBowser控件啊,这段代码可以直接用类的方式提供一个方便的IE控件类。
Platform: | Size: 50240 | Author: corekey@126.com | 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:

[Other利用WebBrowser.Control实现程序界面与实现的分离

Description:
Platform: | Size: 231370 | Author: fylsc2005@gmail.com | Hits:

[Windows DevelopWebBrowser登陆集成windows验证

Description: 是不错的一款浏览器
Platform: | Size: 37669 | Author: fengguang5201314@126.com | Hits:

[ISAPI-IEwebbrowser_control

Description: 使用IE的IWebBrowser来建立自己的浏览器 -Using IEs IWebBrowser to setup up you own browse
Platform: | Size: 21504 | Author: 站长 | Hits:

[Browser ClientSExplorer

Description: 基于IE内核界面很酷的功能齐全的浏览器- Based on IE essence contact surface very cruel function complete browser
Platform: | Size: 0 | Author: | Hits:

[SourceCodebcb_myiesrc

Description: 使用TCppWebBrowser控件实现的浏览器,MDI窗体方式。 最主要的是有源代码,可以自己添加喜爱的功能。-TCppWebBrowser controls to achieve the use of browser, MDI form way. The most important thing is the active code, you can add their favorite functions.
Platform: | Size: 104448 | Author: 郑慧杰 | Hits:

[Browser ClientWebBrowserTest

Description: 一个简单的浏览器源码- A simple browser source code
Platform: | Size: 17408 | Author: blackboy | Hits:
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 35 »

CodeBus www.codebus.net