-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Quick Start
Alex Maitland edited this page Dec 14, 2019
·
47 revisions
To get started with CefSharp
checkout the CefSharp.MinimalExample project here on GitHub
. The project contains basic working examples of the WinForms, WPF and OffScreen versions.
- The General Usage Guide has details on many of the features currently available, if your curious on how to do something check here first.
- Need to Know/Limitations has a list of important information
- Output files description table (Redistribution) - List of files to be included in your app
- Frequently Asked Questions - Common issues such as JS integration, errors, etc
- Trouble Shooting - Common issues such as freezing, graphics/rendering issues, etc
- Install one of the following via the
Nuget Package Manager
from withinVisual Studio
- Review the Post Installation steps in the
Readme.txt
file that's opened inVisual Studio
upon installation. - Review the Release Notes for the version you just installed, a list of
Known Issues
for the problems we're currently aware of.
For details on using CefSharp
and targeting AnyCPU
please see https://github.com/cefsharp/CefSharp/issues/1714
- https://github.com/cefsharp/CefSharp.MinimalExample/tree/demo/anycpu
- https://github.com/cefsharp/CefSharp.MinimalExample/tree/demo/anycpuprefer32bit
-
https://github.com/cefsharp/CefSharp.MinimalExample/tree/demo/anycpucopyfiles
For
x86
orx64
set your Solution Target architecture tox86
orx64
, just changing the project target is currently not enough (See https://msdn.microsoft.com/en-us/library/ms185328.aspx#Anchor_0 for details).
The following articles are unfortunately outdated, if you have written a new up to date article please include a link to it here.
-
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
- 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).