How to make a simple Digital Clock in C#
Step 01 : Open Visual Studio 2008 and start widowsFormApplication project
Step 02 : From the toolbox add lable to the Form
Step 03 : From the toolbox add timer to the Form
Step 04 : Double click on the Form title and add following code segment
Step 05 : Double click on the Timer and add following code segment
Step 06 : The click F5 to Run Project
Thankyou.......!!!!!!