-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Quick Start
Alex Maitland edited this page Sep 22, 2016
·
48 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
AnyCPUis 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 an HTML5 UI on It
- Quick Start Guide (This guide is outdated, if someone has a newer one please add a link).