├── CefSharpBrowser Version Samples Mini OS Desktop PC ├── Samples Mini Example OS ├── Samples Win OS Forms Application [Default] CefSharp Web Browser Version │ └── Example Default ├── CEF Win OS Forms Application Samples CefSharp Web Browser [Default] Version.zip └── CEF.Win.OS.Forms.Application_CefSharpWebBrowser.Version.79.1.350__79.0.3945.130_2020-02-02__Default__sln.zip ├── Example.cs └── README.md /CefSharpBrowser Version Samples Mini OS Desktop PC/Samples Mini Example OS: -------------------------------------------------------------------------------- 1 | Samples Mini 2 | -------------------------------------------------------------------------------- /CefSharpBrowser Version Samples Mini OS Desktop PC/Samples Win OS Forms Application [Default] CefSharp Web Browser Version/Example Default: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /CefSharpBrowser Version Samples Mini OS Desktop PC/CEF Win OS Forms Application Samples CefSharp Web Browser [Default] Version.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateBrowser/AutoGetFeaturesCefSharpBrowserDesktopPC/HEAD/CefSharpBrowser Version Samples Mini OS Desktop PC/CEF Win OS Forms Application Samples CefSharp Web Browser [Default] Version.zip -------------------------------------------------------------------------------- /CefSharpBrowser Version Samples Mini OS Desktop PC/CEF.Win.OS.Forms.Application_CefSharpWebBrowser.Version.79.1.350__79.0.3945.130_2020-02-02__Default__sln.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateBrowser/AutoGetFeaturesCefSharpBrowserDesktopPC/HEAD/CefSharpBrowser Version Samples Mini OS Desktop PC/CEF.Win.OS.Forms.Application_CefSharpWebBrowser.Version.79.1.350__79.0.3945.130_2020-02-02__Default__sln.zip -------------------------------------------------------------------------------- /Example.cs: -------------------------------------------------------------------------------- 1 | # Example CefSharp Web Browser.cs 2 | 3 | using System; 4 | using System.Collections.Generic; 5 | using System.ComponentModel; 6 | using System.Data; 7 | using System.Drawing; 8 | using System.Text; 9 | using System.IO; 10 | using System.Windows.Forms; 11 | using CefSharp.WinForms; 12 | using CefSharp; 13 | namespace CefSharp_Web_Browser 14 | public partial class Form1 : Form 15 | { 16 | public ChromiumWebBrowser CefSharp_Web_Browser; 17 | public Form1() 18 | { 19 | InitializeComponent(); 20 | // Text = "CefSharp Web Browser"; 21 | ShowIcon = false; 22 | //// Set Google API keys, used for Geolocation requests sans GPS. See http://www.chromium.org/developers/how-tos/api-keys 23 | Environment.SetEnvironmentVariable("GOOGLE_API_KEY", "#"); 24 | Environment.SetEnvironmentVariable("GOOGLE_DEFAULT_CLIENT_ID", "#"); 25 | Environment.SetEnvironmentVariable("GOOGLE_DEFAULT_CLIENT_SECRET", "#"); 26 | CefSettings settings = new CefSettings(); 27 | settings.BrowserSubprocessPath = System.IO.Path.GetFullPath("CefSharp.BrowserSubprocess.exe"); 28 | Cef.Initialize(settings); 29 | /* 30 | ChromiumWebBrowser CefSharp_Web_Browser = new ChromiumWebBrowser("https://www.google.com/") 31 | { 32 | BrowserSettings = { DefaultEncoding = "UTF-8", Databases = CefState.Disabled, JavascriptCloseWindows = CefState.Default, JavascriptDomPaste = CefState.Disabled, Javascript = CefState.Enabled, ApplicationCache = CefState.Disabled, FileAccessFromFileUrls = CefState.Enabled, TabToLinks = CefState.Default, UniversalAccessFromFileUrls = CefState.Default, WebSecurity = CefState.Enabled, LocalStorage = CefState.Disabled, ImageLoading = CefState.Default, TextAreaResize = CefState.Default, JavascriptAccessClipboard = CefState.Enabled, ImageShrinkStandaloneToFit = CefState.Default, Plugins = CefState.Enabled, WebGl = CefState.Disabled } 33 | }; 34 | 35 | CefSharp_Web_Browser.Dock = DockStyle.Fill; 36 | TabControl browserTabControl = new TabControl(); TabPage tpage = new TabPage(); 37 | tpage.Text = " App CefSharp Web Browser "; tpage.Show(); browserTabControl.Controls.Add(tpage); 38 | */ 39 | } 40 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 |

10 | 11 | Supported CefSharp - Embedded Chromium for .NET & (Not Supported Videos mp4 - Not Supported Chrome Extensions APIs ) 12 | 13 | 14 | 16 | 17 |

18 | 19 | 24 | 25 | 26 | 27 | #
PayPal Payments Standard Donate

PayPal Payments Standard Donate


PayPal Payments Standard Donate

28 |
29 | 30 | ##
PayPal Credit Card

Credit Card Badges 31 |

32 |
33 | 34 | 35 | 37 | 38 |
39 |

40 | 41 | 42 | 43 | Windows.Build.CreateWebBrowser 44 | PayPal 45 | 46 | Platform-Windows 47 | License: MIT 48 | 49 | 50 | 51 | 52 | 56 | 57 | 58 | 61 | 62 | 63 | 64 | 67 | 68 | 69 | 70 |

71 | 72 | 73 | 74 | 75 | 76 | **If you enjoy this CefSharp, please consider [supporting me](https://www.paypal.me/MohamedOsama914/10) for developing and maintaining this CefSharp Web Browser.** 77 | 78 |

79 | 80 | 81 | 82 |

83 |
84 | 85 | 86 | 87 | 88 | 89 | 90 | 95 | 96 | 99 | 100 | 101 | 102 | *** 103 | 104 | 105 | ## Credits 106 | - **`Designed Powered by :`** [Mohammed Osama Mohamed Sayed Ahmed](https://github.com/mohamedosama914) 107 | - [**`Downloading Microsoft .NET Framework 4.7 + ( Developer Pack )`** ](https://dotnet.microsoft.com/download/thank-you/net47-developer-pack) 108 | 109 | *** 110 | ## **`CefSharp Web Browser Windows Desktop PC Project.`** 111 | 112 | 113 | 114 | 118 | 121 | 122 | 123 | 124 | 125 | 126 | 127 |
128 |

129 | 130 | 131 | 132 | 139 | 140 | *** 141 | 142 | [![ CefSharp Web Browser Example Windows Forms Desktop PC Project GitHub ](https://raw.githubusercontent.com/CreateBrowser/AutoGetFeaturesCefSharpBrowserDesktopPC/master/Public/BuildNewGitHub.png)](http://paypal.me/MohamedOsama914/6) 143 | 144 | *** 145 | #### **`CefSharp Web Browser Application Samples Mini Example Windows Forms Desktop PC Project.`** 146 | *** 147 | [![ CefSharp Web Browser Samples Mini Example Windows Forms Desktop PC Project GitHub Developer ](https://user-images.githubusercontent.com/12082147/85226438-bc7ef980-b3d7-11ea-965f-2b8435e53b80.PNG)](https://github.com/CreateBrowser/AutoGetFeaturesCefSharpBrowserDesktopPC/releases/tag/CefSharpWebBrowser.Mini.v81.3.100) 148 | 149 |

150 |
151 | 152 | 153 | 154 | 155 | 156 | 157 | *** 158 | 159 | 167 | 168 | 169 | # **``The Prerequisites are Required:``** 170 | > ## ```Microsoft Windows OS 8.1 and 10 Desktop``` 171 | > ## ```Microsoft Visual Studio 2015 Update 3``` 172 | > ## ```Microsoft .NET Framework 4.7``` 173 | > ## ```Microsoft Visual C++ 2015 (86-bit)X(64-bit)``` 174 | 175 | 176 | 184 | 188 | 189 | 196 | 197 | 198 | 199 | 200 | 201 | *** 202 | --- 203 | 204 | 205 | ### Releases Branches 206 | 207 | | Stable | Pre-release | 208 | |-----------------|---------------------| 209 | | [![CefSharp.WinForms](http://img.shields.io/nuget/v/CefSharp.WinForms.svg?style=flat&label=WinForms)](http://www.nuget.org/packages/CefSharp.WinForms/) | [![CefSharp.WinForms](http://img.shields.io/nuget/vpre/CefSharp.WinForms.svg?style=flat&label=WinForms)](http://www.nuget.org/packages/CefSharp.WinForms/) | 210 | 211 | 212 | 213 | 214 | *With each release a new branch is created, for example the `63.0.3` release corresponds to the `cefsharp/63` branch. If you're new to `CefSharp` and are downloading the source to check it out, please use a* **Release** branch 215 | 216 | 217 | 218 | 219 | 222 | 223 | 224 | 225 | 226 | --- 227 | 228 | | CefSharp.WinForms | Branch | CEF Version | VC++ Version | .Net Version | Status | 229 | |----------------------------------------------------------------------|------|------|-------|-----------------|-------| 230 | | ![ Get Release](https://createbrowser.github.io/AutoGetFeaturesCefSharpBrowserDesktopPC/Public/Unknown.master.svg?style=flat&label=WinForms) | [master](https://github.com/cefsharp/CefSharp/) | 4103 | 2015 | 4.5.2 & 4.7 | Development | 231 | | [![Build Status](https://createbrowser.github.io/AutoGetFeaturesCefSharpBrowserDesktopPC/Public/build-passing.svg)](https://ci.appveyor.com/project/cefsharp/cefsharp/branch/master) | [cefsharp/81](https://github.com/cefsharp/CefSharp/tree/cefsharp/81) | 4044 | 2015 | 4.5.2 / 4.7 | **Release** | 232 | 233 | 234 | 235 | 236 | 237 | 240 | 241 | 242 | 243 | 244 | 245 | 246 | | Branch **Unsupported** | CEF Version | VC++ Version | .Net Version | Status | 247 | |----------------------------------------------------------------------|------|------|-------|-----------------| 248 | | [cefsharp/79](https://github.com/cefsharp/CefSharp/tree/cefsharp/79) | 3945 | 2015 | 4.5.2 / 4.7 | Unsupported | 249 | | [cefsharp/77](https://github.com/cefsharp/CefSharp/tree/cefsharp/77) | 3865 | 2015 | 4.5.2 / 4.7 | Unsupported | 250 | | [cefsharp/75](https://github.com/cefsharp/CefSharp/tree/cefsharp/75) | 3770 | 2015 | 4.5.2 / 4.7 | Unsupported | 251 | | [cefsharp/73](https://github.com/cefsharp/CefSharp/tree/cefsharp/73) | 3683 | 2015 | 4.5.2 / 4.7 | Unsupported | 252 | | [cefsharp/71](https://github.com/cefsharp/CefSharp/tree/cefsharp/71) | 3578 | 2015 | 4.5.2 / 4.7 | Unsupported | 253 | | [cefsharp/69](https://github.com/cefsharp/CefSharp/tree/cefsharp/69) | 3497 | 2015 | 4.5.2 / 4.7 | Unsupported | 254 | | [cefsharp/67](https://github.com/cefsharp/CefSharp/tree/cefsharp/67) | 3396 | 2015 | 4.5.2 / 4.7 | Unsupported | 255 | | [cefsharp/65](https://github.com/cefsharp/CefSharp/tree/cefsharp/65) | 3325 | 2015 | 4.5.2 / 4.7 | Unsupported | 256 | | [cefsharp/63](https://github.com/cefsharp/CefSharp/tree/cefsharp/63) | 3239 | 2013 | 4.5.2 / 4.7 | Unsupported | 257 | 258 | --- 259 | *** 260 | > ## Get :1st_place_medal: `CefSharp version: 81.3.100 (81.0.4044.138)` 261 | [![ Get Release](https://createbrowser.github.io/AutoGetFeaturesCefSharpBrowserDesktopPC/Public/CefSharp.WinForms.v81.3.100.svg?style=flat&label=WinForms)](https://www.nuget.org/packages/CefSharp.WinForms/81.3.100) 262 | *** 263 | [![Build Downloader v81.3.100 ](https://raw.githubusercontent.com/CreateDownloader/KugouDownloader/master/Download.PNG)](https://github.com/CreateBrowser/AutoGetFeaturesCefSharpBrowserDesktopPC/releases/tag/v81.3.100) 264 | 265 | > # Some Screenshots 266 | 267 | [![CefSharp Web Browser Version: 81.3.100 ](https://user-images.githubusercontent.com/12082147/85223355-db26c580-b3c2-11ea-9b27-6310de9c9312.PNG)](http://paypal.me/MohamedOsama914/5) 268 | 269 | ![About Available CefSharp Version: 81.3.100 ](https://user-images.githubusercontent.com/12082147/85223335-b3cff880-b3c2-11ea-9b0a-5197011ed35f.PNG) 270 | 271 | *** 272 | 273 | > ## Get :1st_place_medal: `CefSharp version: 79.1.350 (79.0.3945.130)` 274 | [![ Get Release](https://createbrowser.github.io/AutoGetFeaturesCefSharpBrowserDesktopPC/Public/CefSharp.WinForms.v79.1.350.svg?style=flat&label=WinForms)](https://www.nuget.org/packages/CefSharp.WinForms/79.1.350) 275 | *** 276 | [![Build Downloader v79.1.350 ](https://raw.githubusercontent.com/CreateDownloader/KugouDownloader/master/Download.PNG)](https://github.com/CreateBrowser/AutoGetFeaturesCefSharpBrowserDesktopPC/releases/tag/v79.1.350) 277 | 278 | > # Some Screenshots 279 | 280 | [![ CefSharp Version 79.1.35 ](https://user-images.githubusercontent.com/12082147/73596648-b2458700-452c-11ea-8c5b-79d0954a0cdb.PNG)](http://paypal.me/MohamedOsama914/5) 281 | 282 | 283 | ![About Available CefSharp Version79.1.35 ](https://user-images.githubusercontent.com/12082147/73596647-b1acf080-452c-11ea-8fc8-8f5d2b4fba60.PNG) 284 | 285 | 286 | *** 287 | 288 | 302 | 303 | --------------------------------------------------------------------------------