-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Quick Start
mapooo edited this page Sep 8, 2018
·
47 revisions
To get started with CefSharp
there are a number of articles available that demonstrate how to get up and running quickly using the official Nuget
packages. Downloading and building from source
is not covered in this article. The CefSharp.MinimalExample project has very basic implementations of the WPF, WinForms and OffScreen versions (C# only).
-
How to use CefSharp in a Winforms application - Note that
AnyCPU
is now supported see https://github.com/cefsharp/CefSharp/issues/1714 - Embedded UI Guide - Recommended reading
- Embedding Chrome in your C# App using CefSharp (Make sure you use the Nuget packages, don't follow the copy assemblies yourself option).
- If You Like It, Put a HTML5 UI on It
- Quick Start Guide (This guide is outdated, if someone has a newer one please add a link).