
C# XAML Introduction Part 4 Object Names Part 1
Code Behind and Object Names This discussion is based on the book Illustrated WPF by Daniel S on […]
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 […]
You are writing a C# WPF program and you want a button to change colour when the user […]
Continuing with the text box and slider example in the book Illustrated WPF by Daniel M. Solis, here […]
This post is a continuation of the previous post on data binding. From the previous post, when you […]