Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cefsharp/cefsharp.wpf.hwndhost
Designed as a drop in replacement for CefSharp.Wpf for those who want the native Win32 based implementation (For IME support and better performance).
https://github.com/cefsharp/cefsharp.wpf.hwndhost
cefsharp dotnet webbrowser windows wpf
Last synced: about 1 month ago
JSON representation
Designed as a drop in replacement for CefSharp.Wpf for those who want the native Win32 based implementation (For IME support and better performance).
- Host: GitHub
- URL: https://github.com/cefsharp/cefsharp.wpf.hwndhost
- Owner: cefsharp
- License: other
- Created: 2019-07-17T10:21:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-23T21:23:58.000Z (about 2 months ago)
- Last Synced: 2024-12-07T18:40:59.166Z (about 2 months ago)
- Topics: cefsharp, dotnet, webbrowser, windows, wpf
- Language: C#
- Homepage:
- Size: 181 KB
- Stars: 38
- Watchers: 6
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![CefSharp Logo](https://github.com/cefsharp/CefSharp/raw/master/logo.png)](https://cefsharp.github.io/ "CefSharp - Embedded Chromium for .NET")
# CefSharp.Wpf.HwndHost
[![CefSharp.Wpf.HwndHost Build Status](https://img.shields.io/appveyor/build/cefsharp/cefsharp-wpf-hwndhost)](https://ci.appveyor.com/project/cefsharp/cefsharp-wpf-hwndhost)
[![CefSharp.Wpf](https://img.shields.io/nuget/v/CefSharp.Wpf.HwndHost.svg?style=flat&label=CefSharp.Wpf.HwndHost)](https://www.nuget.org/packages/CefSharp.Wpf.HwndHost/)Designed as a drop in replacement for [CefSharp.Wpf.ChromiumWebBrowser](http://nuget.org/packages/CefSharp.Wpf/) for those who want the native Win32 based implementation (For IME support and better performance).
The control uses a [HwndHost](https://docs.microsoft.com/en-us/dotnet/api/system.windows.interop.hwndhost?view=netframework-4.6.2) to host the native `CefBrowser` instance.
As with any HwndHost based control standard `AirSpace` issues apply.
- https://docs.microsoft.com/en-us/dotnet/desktop/wpf/advanced/wpf-and-win32-interoperation
- https://docs.microsoft.com/en-us/dotnet/framework/wpf/advanced/technology-regions-overview