C# WPF IntroductionWPF stands for Windows Presentation Foundation. WPF is a graphical subsystem by Microsoft for rendering user interfaces in […] April 6, 2016 in WPF tagged WPF / Windows / presentation / introduction / foundation / C# WPF by Mike
C# WPF First ProgramJust to get started, the screen shot of our first program is shown here. It is our version […] April 6, 2016 in WPF tagged hello / world / hello world / first / introduction / C# WPF by Mike
C# WPF without XAML – Window ClassThis post discusses creating a Windows program using WPF without using XAML. Instead, you can use C# code […] April 9, 2016 in WPF tagged WPF / window class / colour / C# WPF by Mike
C# WPF First Window IntroductionWhat would be the first thing you want to do when you are beginning to code a Windows […] April 10, 2016 in WPF tagged start / new / introduction / first / 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 code / object / binding / behind / 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 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 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 direction / data / binding / 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 data / mouseover / trigger / over / bindings / triggers / mouse / 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 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 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 bindings / items / C# WPF by Mike