C# WPF StylesWhen you’re setting the look and feel of a UI, you may want to set the values of […] April 19, 2016 in WPF tagged styles / C# WPF by Mike
C# WPF RGB Colour ViewerWe have an update to this program here at begincodingnow.com over at WPF RGB Color Viewer. It does […] April 22, 2016 in WPF tagged colour / color / viewer / C# WPF by Mike
C# WPF XAML Background ColourIn your Windows program, how do you set the background colour of a control, such as a rectangle, […] April 24, 2016 in WPF tagged colour / color / background / C# WPF by Mike
C# WPF EventsEvents can be generated by WPF controls. They can also be generated by other things such as the […] April 10, 2016 in WPF tagged events / C# WPF by Mike
C# WPF Dynamic Binding to External ObjectsYou are writing C# code in Visual Studio and you are designing an Options window for your application […] April 14, 2016 in WPF tagged dynamic / object / binding / external / C# WPF by Mike
C# WPF Multiple Bindings on an ObjectIn this C# WPF example, we offer the user several ways to change a single control on the […] April 16, 2016 in WPF tagged bindings / multiple / C# WPF by Mike