Skip to content

TamJW/WinFormsHTMLChromium

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

WinFormsHTMLChromium

Using HTML as a UI Elements in a WinForms Application with Chrome / Chromium Embedded Framework (CEF)

This project is a simple proof of concept C# WinForms application that can leverage HTML as a User Interface. The project uses Chrome rendering engine and the Chromium Embedded Framework (CEF) in a C# Winforms application.

alt tag

This project demonstrates:

  • Demonstrates displaying HTML in the Chrome control on a WinForms Application.
  • Demonstrates calling a JavaScript function from C#.
  • Demonstrates calling a C# function from JavaScript.
  • Demonstrates calling passing data between C# and JavaScript in either direction.
  • Demonstrates calling debuuging HTML/JavaScript using Chrome Dev Tools.

Please see: http://www.codeproject.com/Articles/990346/Using-HTML-as-UI-Elements-in-a-WinForms-Applicatio

About

Using HTML as a UI Elements in a WinForms Application with Chrome / Chromium Embedded Framework (CEF)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.4%
  • HTML 37.7%
  • C# 16.1%
  • PowerShell 2.1%
  • PHP 1.4%
  • CSS 1.3%