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 color / viewer / colour / C# WPF by Mike
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 Bindings and ItemsControlsOften in developing WPF C# programs you will want to bind the controls to one object at a […] April 19, 2016 in WPF tagged items / bindings / C# WPF by Mike
C# WPF ComboBox ControlComboBoxes allow user to select exactly one item from a list of choices that appear in a drop-down […] April 18, 2016 in WPF tagged combobox / combo box / C# WPF by Mike
C# WPF Value ConvertersContinuing with the example of the text box and the slider we are going to improve the program […] April 17, 2016 in WPF tagged value / converters / C# WPF by Mike
C# WPF Data Binding and Triggers MouseOversYou are writing a C# WPF program and you want a button to change colour when the user […] April 17, 2016 in WPF tagged bindings / triggers / mouse / data / mouseover / trigger / over / C# WPF by Mike
C# WPF Data Binding and Binding DirectionContinuing with the text box and slider example in the book Illustrated WPF by Daniel M. Solis, here […] April 17, 2016 in WPF tagged data / binding / direction / C# WPF by Mike
C# WPF Data Binding and TriggersThis post is a continuation of the previous post on data binding. From the previous post, when you […] April 17, 2016 in WPF tagged data binding / trigger / C# WPF by Mike
C# WPF Data BindingData binding is the association of two objects, such that one of the objects is always kept up-todate […] April 17, 2016 in WPF tagged data / binding / C# WPF by Mike
C# AttributesOccasionally, either because the framework you are using demands it or because you choose to, you will make […] April 17, 2016 in C# tagged attributes / debug / annotation by Mike
C# WPF Create a Simple Binding Object in Code BehindThis example comes from the book Illustrated WPF starting on page 198, which is in chapter 8. Creating […] April 16, 2016 in WPF tagged code / object / binding / behind / 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