Month: November 2016
Some instructions on how to use the Mediator design pattern as a means of allowing communication between ViewModel classes in your MVVM / WPF application.In this example I use the …
Some brief instructions on getting started with using the Chromium Web Browser in WPF.Step 1: Create a new WPF project Step 2: Obtain the CefSharp packages using NuGetLink for the …
Essentially the same as these instructions, but using a purely MVVM approach and without the additional stop / start / pause etc buttons – the application just ‘sees’ the MP4 …
Firstly credit, must go to Thomas Freudenberg’s splendid 2010 blog posting : Binding WebBrowser content in WPFI have merely tweaked it a little, so that instead of using this technique …