Weather Data Code
This post continues from the previous post. The list of posts can be seen on the right side […]
This post continues from the previous post. The list of posts can be seen on the right side […]
This series of posts illustrates how to code a Windows program that displays a quote or thought for […]
This post has the C# code for a WPF project that has a ListBox with a list of […]
How do you install the micro-ORM Dapper into your project in Visual Studio? In this example, I will […]
This series of posts shows us how to build a WPF project using SQLite and Dapper that allows […]
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 […]
In his book WPF 4.5 Unleashed, Adam Nathan uses the example of a photo gallery application to illustrate […]
Do you want to create your own WPF control? Why would you do that? One reason might be […]
As Microsoft says: “You use Brush objects to paint the interiors or outlines of XAML shapes, text, and […]
Let’s use the example in the book WPF Illustrated to create a data grid. Create a new WPF […]
The ListView control derives from (inherits from) ListBox. A ListView is basically like a ListBox, but it also […]