嵌入式Chromium框架(简称CEF) 是一个由Marshall Greenblatt在2008建立的开源项目,它主要目的是开发一个基于Google Chromium的Webbrowser控件。CEF支持一系列的编程语言和操作系统,并且能很容易地整合到新的或已有的工程中去。
2021-09-14 05:44:38 58MB Chromium Webbrowser 控件 浏览器
1
利用hook技术来捕获http请求,包括httpheader,和httpresponse。 还可以捕获到返回的cookie
2021-08-30 15:16:39 763KB 捕获http请求
1
C# NetCut 抓包、GET/POST(Flash/WebBrowser)-附件资源
2021-08-24 21:07:14 23B
1
Chrome based Browser Engine for .NET EO.WebBrowser is a web browser engine based on Google's Chromium project but with native .NET programming interface --- don't worry, it's not a wrapper around the Chrome browser installed on your machine. In fact EO.WebBrowser has the whole browser engine embedded inside a single .NET DLL. In another word, it has zero external dependency. Just reference and use. Why use EO.WebBrowser? • Based on Google's Chrome Project EO.WebBrowser uses the same core Google's Chrome and Apple Safari uses. It does not rely on IE. The engine is much faster and safer. • Zero External Dependency What if user updates/uninstall their browser? What if user disables JavaScript in Internet Explorer's settings dialog? These questions does not exist with EO.WebBrowser because everything is embedded inside our DLL files. • Native .NET components written in C# Because it's written in .NET, you can use it with any .NET based language/development tool. The same DLL works for both 32 bit and 64 bit environments; • Easy to use Programming Interface EO.WebBrowser offers core components that can be used in any Windows application, as well as wrapper controls for both Windows Forms applications and WPF applications; • Extensive Customization Options EO.WebBrowser offers extensive customization options that allow you to customize context menu, hot keys, JavaScript dialogs, file dialogs, focus and window control. Together these features allow you to seamlessly integrate the browser engine into your application; • .NET code -> JavaScript code Turn any web page into an integral part of your application -- both visually and programmatically. You can execute JavaScript code and access all the JavaScript objects directly from your .NET code. Access their properties or even call a JavaScript function are all different options available to you; • JavaScript code -> .NET code Things always go both ways --- and this is reflected in our progra
2021-08-24 12:38:34 84.3MB EO.WebBrowse
1
VS2015 MFCActiveX使用对话框调用另外一个ActiveX控件,包含生成的ocx以及测试网页
2021-08-19 13:19:34 53.36MB MFCActiveX 对话框 调用 webbrowser
1
c# 做自己的浏览器-具有添加、管理收藏夹功能的完整代码,还附加代码的详细解释文档
2021-08-18 11:55:33 281KB c# 浏览器 webbrowser
1
VBA 与 WEBBROWSER的精彩结合,想学习VBA 登录网页的朋友可以尝试下载
2021-08-14 13:01:06 28KB VBA
1
c# 桌面应用 WebBrowser 是IE浏览器内核,目前很多网站不支持了,从国外网站找到一个 谷歌内核的WebBrowser 名字叫 EO.WebBrowser ,比较好用,本文档是他的帮助文档。
2021-08-11 15:12:21 12.23MB 谷歌内核
1
用一个基本窗口MFC程序实现WebBrowser控件对指定网页页面的加载、展示、点击事件响应,以及实现对鼠标在页面中点击标签事件的捕获,并且返回标签的超链接。
2021-08-07 12:00:59 26.74MB WebBrowser 鼠标点击 超链接 MFC
1
MFC使用webbrowser控件简单的实现登陆邮箱功能,只是一个简单示例的功能,工程环境VS2010
2021-08-07 11:45:32 820KB MFC webbrowser 登陆
1