WPF ComboBox SelectionChangedThe user of your WPF has just made a selection in the ComboBox on your GUI. Which one […] May 23, 2020 in WPF tagged box / selection / down / selectionchanged / changed / drop-down / drop / combo by Mike
WPF SQLite ToDo CRUD Data Access ClassThis post lists the data access class that the code-behind uses to talk to the database. In this […] May 20, 2020 in WPF tagged WPF SQLite ToDo CRUD by Mike
WPF SQLite ToDo CRUD CodeThis post lists the C# code-behind in our WPF SQLite ToDo project. This is the MainWindow.xaml.cs file. Some […] May 20, 2020 in WPF tagged WPF SQLite ToDo CRUD by Mike
WPF SQLite ToDo CRUD SQLiteIn this part we discuss the database. It’s a SQLite database. We need to create a SQLite database […] May 20, 2020 in WPF tagged Dapper / sqlite / no / such / database / error / table / WPF SQLite ToDo CRUD by Mike
WPF SQLite ToDo CRUD XAMLThis post is the second of a short series of posts about creating a WPF project that allows […] May 20, 2020 in WPF tagged WPF SQLite ToDo CRUD by Mike
WPF SQLite ToDo CRUD IntroductionThis post is the first of a short series of posts about creating a WPF project that allows […] May 19, 2020 in WPF tagged sqlite / crud / todo / data / access / simple / WPF SQLite ToDo CRUD by Mike
WPF ListBox Binding ObjectThis post has the C# code for a WPF project that has a ListBox with a list of […] May 18, 2020 in WPF tagged data / source / WPF / binding / path / WPF ListBox by Mike
WPF Convert a Number to TextCheque-writing applications require the conversion of a currency amount to be converted into text so that the words […] May 16, 2020 in WPF tagged text / convert / check / number / dollar / currency / words / cents / recursion / cheque by Mike
WPF TextBox Validating CurrencyIn this post we’ll do a simple program that has a TextBox that asks the user to enter […] May 16, 2020 in WPF tagged money / validation / validate / regex / filter / currency by Mike
WPF TextBox Only Accepts AlphaThis WPF small project will demonstrate how to create a TextBox that only accepts alpha characters and spaces. […] May 16, 2020 in WPF tagged input / alpha / preview / text / validation / validate / regex by Mike
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 regex / Textbox / valid / digits / validating / validation / key / numbers by Mike
WPF Validating 9-digit SINIn this post we will look at the validation of a 9-digit Social Insurance Number (SIN) from Canada. […] May 14, 2020 in WPF tagged validation / try / catch / validate / parse / tryparse by Mike