Hosting a Windows Forms control inside a WPF
Windows Forms can be hosted inside a WPF application using WindowsFormHost. In this post I will show how easily you…
Windows Forms can be hosted inside a WPF application using WindowsFormHost. In this post I will show how easily you…
We all know that StaticResource works mainly with Freezables in WPF. You cannot define a resource like a Button or…
If you have worked with WPF 3.5 before, you know that declaring a normal image in your code will render…
WPF has a facility to search the AncestorType for a control from a child control such that it will find…
WPF comes with lots of fun and advantages. We can change the look and behavior of a control very easily…