
WPF TextBox Only Accepts Numbers
You have a TextBox in your WPF program that needs to only accept numbers. How do you do […]
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 […]
This post is about how to connect to a local SQL Server database and read a table from […]
WPF does not have a built-in wizard control. What you can do, however, is use a work-around. The […]
WPF offers a way to set up pages for your application. What do I mean by that and […]
WPF has a Hyperlink element that acts a bit like the hyperlinks in HTML. Hyperlinks can be embedded […]
The DataGrid is a good candidate for displaying basic hard drive information because the rows are created automatically. […]
In his book WPF 4.5 Unleashed, Adam Nathan uses the example of Microsoft’s Visual Studio program to guide […]
In his book WPF 4.5 Unleashed, Adam Nathan uses the example of a photo gallery application to illustrate […]