WPF RGB Color ViewerThis post is an update to the previous post called C# WPF RGB Color Viewer. Below is the […] March 31, 2020 in WPF tagged RGB / viewer / binding / tryparse / conversion / picker / hyperlink / WPF / color by Mike
C# Lists of Class Objects 2We are going to move our example along to the next stage after the previous post. Here we […] July 29, 2018 in C# tagged list / model / asp / binding / static / IEnumerable / C# Lists 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 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# 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 behind / code / object / binding / 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