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

Search list

[JSP/JavaIE-print

Description: IE自打印插件,在IE5中可以使用Webbrowser控件的ExecWB方法来实现自动无提示打印,但在>IE6版本此方法已经无效,此IE插件为此而产生。 此插件也是调用IE内置的打印功能,相当于window.external.Print() -> ExecWB(OLECMDID_PRINT,OLECMDEXECOPT_DONTPROMPTUSER,EmptyParam,EmptyParam) 仅此而已-IE print
Platform: | Size: 239616 | Author: 纪程序 | Hits:

[GUI Develop3.HTMLEdit

Description: 该HTMLEdit示例显示了如何使用MFC类包装的Internet Explorer中的WebBrowser ActiveX控件。在编辑模式下,WebBrowser ActiveX控件暴露你看到的就是你得到的(WYSIWYG)的编辑功能。MFC库提供的类(CHtmlEditView和CHtmlEditDoc)该主机的MSHTML编辑控制在一个窗口类,并提供方便的包装类控件的属性,方法和事件。-The HTMLEdit example shows how to use the MFC class package in Internet Explorer WebBrowser ActiveX control. In edit mode , WebBrowser ActiveX control exposes you see is what you get (WYSIWYG) editing functions. MFC class library provides (CHtmlEditView and CHtmlEditDoc) that host MSHTML editing control in a window class , and provides a convenient wrapper class controls the properties, methods and events.
Platform: | Size: 39936 | Author: fushan_liu | Hits:

[Internet-NetworkWebBrowseHttp

Description: 在对话框中,使用WebBrowser控件实现Web浏览器-use WebBrowser control Implement
Platform: | Size: 48128 | Author: 乔小龙 | Hits:

[Delphi VCLLilac-Skin-Control

Description: 倾血之作,自己开发的一套DELPHI皮肤控件源码,内含大部分的常用控件,并且完成对WebBrowser与VirtualTree的封装。-Pour blood work, develop their own set of skin DELPHI controls the source code, including most of the common controls, and the completion of the WebBrowser and VirtualTree package.
Platform: | Size: 379904 | Author: main | Hits:

[CSharphtmlsnap

Description: C#使用webBrowser读取网页并将网页保存成图片,可保存图片为PNG 格式、JPG 格式图片、BMP 格式图片文件,需要.Net Framework2.0支持,如果没有请先下载安装微软的.Net Framework2.0:输入要抓图的网址,点“Go”按钮,页面加载完成后点"Save"按钮即可保存当前网页为图片-C# using webBrowser read pages and pages saved as images, save images in PNG format, JPG format images, BMP format image files, you need to. Net Framework2.0 support, if there is no need to download and install Microsoft' s. Net Framework2.0 : Enter the URL you want to capture the point " Go" button, the page loads after the completion point " Save" button to save the current page as a picture
Platform: | Size: 21504 | Author: ypudn53 | Hits:

[.netwebBrowser

Description: C#是实现的网页浏览器,能够打开各种网页,调用各种搜索。-C# is the realization of a web browser, can open a variety of web, call a variety of searches.
Platform: | Size: 276480 | Author: 摘星 | Hits:

[OtherWebbrowser

Description: 采用C++/clr编的小浏览器,当时windows程序设计课的作业~-web Browser
Platform: | Size: 15277056 | Author: geass | Hits:

[CSharpwebbrowser

Description: C#模拟文件上传下载和数据下载,可输入指定网址后,把默认的HTML源码下载下来然后保存成文件,也可模拟上传文件,可下载数据,下载完成弹出提示框,简单的C#网络下载示例,有兴趣的参考。-C# de carga de archivos de simulación y descarga, y la descarga de datos, se puede introducir la URL especificada, el código fuente HTML predeterminado descargado y guardado en un archivo, sino que también puede simular subir archivos, puede descargar los datos, la descarga se haya ventanas pop-up completo, simple C# Web descargar el ejemplo, referencia Interesado.
Platform: | Size: 9216 | Author: ypudn98 | Hits:

[Delphi VCLWebBrowser

Description: Delphi XE5 浏览器程序,Snippets的,可以在Android上跑过。-Delphi XE5 browser program, Snippets can be ran on Android.
Platform: | Size: 5120 | Author: 张三丰 | Hits:

[TCP/IP stackwebbrowserdsfsdfsd

Description: 一个简单的网页游源码,利用webbrowser在网页中插入JS函数戏射雕传外挂-A simple web tour source, using webbrowser insert JS function Condor pass play in a web page plug
Platform: | Size: 534528 | Author: xan | Hits:

[Windows Developvbxiazai

Description: 使用VB WebBrowser获取到网站内容,一个利用 “绿色下载吧” 网站做成的脚本程序,程序还没成熟,时不时有点出错,但还是能运行,本源码不再更新。感谢作者发布,仅供学习参考。If 判断 = 0 Then    搜索 列表源码    一共页数 = Val(一共的页数(列表源码))    目前页数 = Val(目前的页数(列表源码-Use VB WebBrowser get to the site content, one use of "green download it" website made ​ ​ script, the program is not mature, occasionally a little mistake, but still able to run, the source is no longer updated. Thanks to the author published reference for the study. If judged = 0 Then Search Source A total number of pages = Val (total number of pages (list source)) Currently Pages = Val (current number of pages (list source))
Platform: | Size: 28672 | Author: bpudn27 | Hits:

[androidWebBrowser

Description: 一个简单基于Android平台的网页浏览器,实现了网页浏览的基本功能-Android Browser
Platform: | Size: 937984 | Author: | Hits:

[CommunicationExtraction-of-web-data

Description: 获取网页源码数据的4种方法(VBA) XMLHTTP/IE/QueryTables/WebBrowser-4 ways to get the page source data
Platform: | Size: 35840 | Author: andy | Hits:

[GUI DevelopMFCHtml

Description: 在MFC中使用浏览器在MFC 中微软为我们提供了CHtmlView、CDHtmlDialog 类让我们的程序很方便的嵌 入浏览器和进行浏览器的二次开发,这比直接使用WebBrowser 控件要方便很多,所以本 文中讨论的浏览器的问题都是针对CHtmlView来讨论的。文中将提到一个类CLhpHtmlView, 它是CHtmlView-在MFC 中微软为我们提供了CHtmlView、CDHtmlDialog 类让我们的程序很方便的嵌 入浏览器和进行浏览器的二次开发,这比直接使用WebBrowser 控件要方便很多,所以本 文中讨论的浏览器的问题都是针对CHtmlView来讨论的。文中将提到一个类CLhpHtmlView, 它是CHtmlView
Platform: | Size: 49152 | Author: kjf | Hits:

[CSharpWebBrowser

Description: C# Net网络基本教程程序,包含NET 窗体的-C# Net Form Example
Platform: | Size: 2273280 | Author: 方波 | Hits:

[CSharpWebBrowser

Description: 浏览器源码 ,只能用于初级学员使用,高手莫喷-very good
Platform: | Size: 56320 | Author: 凌枫 | Hits:

[Windows DevelopMFCHtmlNoScroll

Description: 让VC++使用WebBrowser控件加载HTML网页时不显示滚动条,实现思路为:实现事件 documentcomplete,当HTML下载完毕时再显示出来,然后在此事件代码中去掉滚动条。在特定的场合,比如要在软件中显示一个广告图片又不想滚动条的出现影响界面美观等,平时可遇到类似较多的情况。-Let VC++ using the WebBrowser control loads the HTML page does not display a scroll bar, for the realization of the idea: implement event documentcomplete, when the HTML is downloaded and then displayed, and then remove the scroll bar code in this event. In certain situations, such as in software to display an ad images and do not want the scroll bar appears influence beautiful interface, etc., can usually encountered many similar situations.
Platform: | Size: 22528 | Author: wpudn29 | Hits:

[Game Program20090327

Description: 用INET或XMLHTTP winsock webbrowser提交表单登录一个网站,特别是含有验证的的网站,怎么获取验证码图片放到PictureBox或Image里显示。-INET or use XMLHTTP winsock webbrowser login form to submit a site, especially with proven website, how to obtain verification code picture on display in PictureBox or Image.
Platform: | Size: 6144 | Author: 摆放花草 | Hits:

[Game Program321423

Description: WebBrowser和VB窗体进行通信的例子,点WebBrowser里的关闭就会关闭窗体!-WebBrowser and VB examples of the form to communicate the point where the closure will be turned off WebBrowser form!
Platform: | Size: 2048 | Author: placeth | Hits:

[Browser ClientDemoWebBrowser

Description: Webbrowser demo Webbrowser demo -Webbrowser demo Webbrowser demo Webbrowser demo
Platform: | Size: 468992 | Author: Kuki | Hits:
« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 »

CodeBus www.codebus.net