
WPF Resources Introduction Part 2
Code Behind Let’s illustrate how to use C# code behind to store and retrieve a SolidColorBrush in a […]
Code Behind Let’s illustrate how to use C# code behind to store and retrieve a SolidColorBrush in a […]
WPF supports two types of resources: binary and logical. Binary resources include, for example, images or icons that […]
This is a continuation of Object Names Part 1. This example allows the user to view a custom […]
Code Behind and Object Names This discussion is based on the book Illustrated WPF by Daniel S on […]
Consider the following C# code that creates a button. The XAML parser or compiler must look for a […]
The book WPF 4.5 Unleaashed says: XAML is a relatively simple and general-purpose declarative programming language suitable for […]
In your Windows program, how do you set the background colour of a control, such as a rectangle, […]
We have an update to this program here at begincodingnow.com over at WPF RGB Color Viewer. It does […]
When you’re setting the look and feel of a UI, you may want to set the values of […]
Often in developing WPF C# programs you will want to bind the controls to one object at a […]
ComboBoxes allow user to select exactly one item from a list of choices that appear in a drop-down […]
Continuing with the example of the text box and the slider we are going to improve the program […]