WPF TextBox Only Accepts NumbersYou have a TextBox in your WPF program that needs to only accept numbers. How do you do […] May 16, 2020 in WPF tagged valid / digits / validating / validation / key / numbers / regex / Textbox by Mike
WPF LabelThe WPF Label control is a content control that doesn’t have the notion of being clicked (like a […] April 17, 2020 in WPF tagged key / access / label / Textbox / focus / display / text by Mike
WPF TextBox ControlThe TextBox control in Windows WPF programs is used to allow users to type in one or more […] April 3, 2020 in WPF tagged control / Textbox by Mike
WPF Event Handlers and Property TriggersImagine that you want the color of a control on your GUI to turn blue when the mouse […] March 30, 2020 in WPF tagged handler / Textbox / rectangle / preference / trigger / color / options / property / button / event by Mike
WPF TextBox and TextBlockIn a WPF application, what are the similarities and differences between the textbox and textblock controls? The answer […] September 29, 2018 in WPF tagged label / Textbox / textblock by Mike