WPF SQLite ToDo CRUD Code
This post lists the C# code-behind in our WPF SQLite ToDo project. This is the MainWindow.xaml.cs file. Some […]
This post lists the C# code-behind in our WPF SQLite ToDo project. This is the MainWindow.xaml.cs file. Some […]
In this part we discuss the database. It’s a SQLite database. We need to create a SQLite database […]
This post is the second of a short series of posts about creating a WPF project that allows […]
This post is the first of a short series of posts about creating a WPF project that allows […]
This post has the C# code for a WPF project that has a ListBox with a list of […]
Cheque-writing applications require the conversion of a currency amount to be converted into text so that the words […]
In this post we’ll do a simple program that has a TextBox that asks the user to enter […]
This WPF small project will demonstrate how to create a TextBox that only accepts alpha characters and spaces. […]
You have a TextBox in your WPF program that needs to only accept numbers. How do you do […]
In this post we will look at the validation of a 9-digit Social Insurance Number (SIN) from Canada. […]
In this post we will look at the validation of a 13-digit ISBN book number. Not all 13-digit […]
This post is a follow-up to a previous post called WPF ComboBox Colors. In this project, I have […]