Analog Clock Widget in C#

This is my first C# project. I won't detail anything here, because most of the code is already covered in other projects on this site. The code is commented and I think it's easy for a reader to understand it and use it or add code of his own.

This project is intended to work as a clock widget and as a base for further development of clock applications.

Features:

Can turn it into a widget, change the font, the size and the type of numbers displayed on the clock's outer circle. You can add or remove the clock hands as well. The images of the clock's hands can be replaced by images of your own. The program will resize them for a proper use.

Screenshot:

widget.JPG

form.JPG


Similar Articles