WPF SQLite ToDo CRUD XAML
This post is the second of a short series of posts about creating a WPF project that allows […]
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 […]
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 […]