.NET, C#, Windows

In Progress Dialog

The following C# code shows how to make a Progress Bar in a dialog window that can be shown for tasks that run for an […]

Uncategorized

Project Euler

If you plan on learning a new programming language, one good way to get to know the language better is by using it to solve […]

.NET, C#

Multi-color Text in ProgressBar

The standard ProgressBar class provided by the .NET Framework does not have a way to write custom text over the progress bar. However, it can […]