WPF Validating 13-digit ISBNIn this post we will look at the validation of a 13-digit ISBN book number. Not all 13-digit […] May 14, 2020 in WPF tagged tryparse / ISBN / validation / exception / try / catch by Mike
WPF ComboBox Colors with SQLiteThis post is a follow-up to a previous post called WPF ComboBox Colors. In this project, I have […] May 12, 2020 in WPF tagged picker / Linq / sql / Dapper / configuration / sqlite / colour / down / combobox / color / drop / options / box by Mike
WPF Set Background from C#In Windows Presentation Foundation (WPF), how do you set the Background color of a TextBox or other element […] May 9, 2020 in WPF tagged programmatically / BrushConverter / code / color / options / preferences / set / background / behind by Mike
WPF Read a SQL Server Table into a DataGridThis post is about how to connect to a local SQL Server database and read a table from […] May 1, 2020 in WPF tagged open / data / table read / database / connection / server / itemssource / sql / T-SQL / table / read / grid / datagrid by Mike
WPF WizardWPF does not have a built-in wizard control. What you can do, however, is use a work-around. The […] April 28, 2020 in WPF tagged WPF / wizard / extended / toolkit by Mike
WPF Page NavigationWPF offers a way to set up pages for your application. What do I mean by that and […] April 28, 2020 in WPF tagged navigation / pages / click / page / container by Mike
WPF HyperlinksWPF has a Hyperlink element that acts a bit like the hyperlinks in HTML. Hyperlinks can be embedded […] April 28, 2020 in WPF tagged navigation / URL / request / hyperlink / uri / hyperlinks / navigate by Mike
WPF DataGrid Get Drive InformationThe DataGrid is a good candidate for displaying basic hard drive information because the rows are created automatically. […] April 27, 2020 in WPF tagged drives / drive / datagrid / WPF DataGrid Control by Mike
WPF Portfolio SampleIn his book WPF 4.5 Unleashed, Adam Nathan uses the example of Microsoft’s Visual Studio program to guide […] April 25, 2020 in WPF tagged studio / panes / visual by Mike
WPF Photo Gallery by Adam NathanIn his book WPF 4.5 Unleashed, Adam Nathan uses the example of a photo gallery application to illustrate […] April 25, 2020 in WPF tagged gallery / navigation / WPF / photo / book by Mike
WPF PasswordBoxThe PasswordBox is similar to the TextBox except that we don’t want to display the characters that the […] April 24, 2020 in WPF tagged password / box / passwordbox by Mike
WPF ProgressBarWhen you have operations in your software that take a long time to complete, you might find that […] April 24, 2020 in WPF tagged bar / progressbar / progress by Mike