
WPF Quick & Easy Timer
This is a WPF app that counts down the hours, minutes, and seconds from a starting point that […]
This is a WPF app that counts down the hours, minutes, and seconds from a starting point that […]
When you are working in XAML you may find that you’d like to have a way to declare […]
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. […]