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 sqlite / no / such / database / error / table / Dapper / 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 source / WPF / binding / path / data / 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 convert / check / number / dollar / currency / words / cents / recursion / cheque / text 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 Textbox / valid / digits / validating / validation / key / numbers / regex 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
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 validation / exception / try / catch / tryparse / ISBN 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 Linq / sql / Dapper / configuration / sqlite / colour / down / combobox / color / drop / options / box / picker 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 code / color / options / preferences / set / background / behind / programmatically / BrushConverter by Mike