Simple Stop Watch Using C#


In this article I will discuss how to create a Stop Watch application using C# and and GDI+.

The attached source code uses GDI+ classes defined in the .NET Framework class library. When you run the application, the clock starts and when you click Stop, the clock stops.

The watch looks like the following figure:

See the attached source code for more details. The attached source code is a stop watch written using C# and GDI+.


Recommended Free Ebook
Similar Articles