Dealing with HWND in WPF
If you are trying to run a WPF application, you must remember that WPF content is actually constraint to a…
If you are trying to run a WPF application, you must remember that WPF content is actually constraint to a…
Hosting a WPF content inside a Windows Forms application is very easy. You need to use ElementHost control which takes…
In this post I am going to describe how you can use WPF popup control with Hyperlink. Instead of showing…
In this post I am going to write the points about the three type of the variable Object, Var and…
If you are new to WPF, you must know that XAML can define or declare any object under your local…
If you are thinking to build a control and apply the same to more than one place, you can take…
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…