This video shows you how to develop a windows form application using C#. You learn how call methods, override methods, create an instance of a class, and more.
To do the clock with digital numbers you will need one of the following: A strong knowledge of using GDI+ to render the numbers yourself in the application or a digital style font that you can embed in the application as a resource file.
I already done it myself.
GDI+ will test your drawing skills from a programmatical standpoint so stick to the font file resource.
You can get digital font files off the web all over the place -- google it.
you should made an update to your code and show in your application how to make the time(in digital number) advensing at the same time of your computer.
To do the clock with digital numbers you will need one of the following: A strong knowledge of using GDI+ to render the numbers yourself in the application or a digital style font that you can embed in the application as a resource file.
I already done it myself.
GDI+ will test your drawing skills from a programmatical standpoint so stick to the font file resource.
You can get digital font files off the web all over the place -- google it.
Houndx6 2 years ago
you should made an update to your code and show in your application how to make the time(in digital number) advensing at the same time of your computer.
ZrWphil13 2 years ago