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…
With the introduction of MVVM pattern and WPF code structure, we have gradually mould ourselves to separate our presentation layer…
If you are building a WPF application with lots of animation inside it, may be some of which runs forever,…
Animation in WPF application has few major hurdles when it is not used in optimally. For public applications, you need…