WPF TextBox Validating Currency
In this post we’ll do a simple program that has a TextBox that asks the user to enter […]
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 […]
In Windows Presentation Foundation (WPF), how do you set the Background color of a TextBox or other element […]
An optional parameter is a parameter that you can either include or omit when invoking the method. To […]
Now we need to call our SqliteDataAccess class when the program starts and when the user clicks the […]
How do you install the micro-ORM Dapper into your project in Visual Studio? In this example, I will […]
In this post we continue with the building of our project that we started in the previous post. […]
How do you install SQLite and Dapper into your Windows Presentation Foundation (WPF) project? Why would you do […]