WPF ComboBox SelectionChanged
The user of your WPF has just made a selection in the ComboBox on your GUI. Which one […]
The user of your WPF has just made a selection in the ComboBox on your GUI. Which one […]
This post lists the data access class that the code-behind uses to talk to the database. In this […]
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. […]