Collection of demo projects in C#
- EventTimer: The EventTimer class uses an Event class to trigger the OnTick event with a given time interval. The EventTimerDemo project shows how to use this class.
- QueueBackgroundWorker: The QueueBackgroundWorker class uses an internal thread and a queue list to store custom messages. The application can handle the current message in the OnWork event. The QueueBackgroundWorkerDemo demo shows how to use this class.
CefSharp WinForms browser similar to the MiniBrowser demo in CEF4Delphi and WebView4Delphi.
CefSharp WPF browser similar to the MiniBrowser demo in CEF4Delphi and WebView4Delphi.
WebView2 WinForms browser similar to the MiniBrowser demo in CEF4Delphi and WebView4Delphi.
WebView2 WPF browser similar to the MiniBrowser demo in CEF4Delphi and WebView4Delphi.
WebView2 UWP browser similar to the MiniBrowser demo in CEF4Delphi and WebView4Delphi.
Simple SQLite demo.