Nieuws

In Part 1, we learned how to use Resource Dictionary (WPF) in order to apply styles to UI element dynamically. Resource Dictionary uses XAML code which still is an unknown territory for most ...
Reports are always one of a compulsory requirements of any IT or non-IT solution. In this example we will experience how to integrate crystal report in a WPF Application. I am using a database here to ...
The World's Simplest C# WPF MVVM Example as described here. A C# 9 (.NET 5.0) version of the code can be found in the C#9.0 branch. A C# 8 (.NET Core 3.0) version of the code can be found in the c#8.0 ...
I'm trying to extract a Bitmap object from a WPF Control (a System.Windows.FrameworkElement object) and then display it in a picture box (or save it in a file). All of that is done in a WinForms ...