Hello,
In my recent project I have to make a form in which clock time should be shown. Means my form will be active upto 40 minutes and the time should be shown on form. When user will start work with form then current time will be shown on the form and with the system clock tick the timer will decrement. At 40 minutes application will be exit. Now tell me how to read system clock time at every moment. How it will be made on thread as both form and clock should be run at the same time. The code should be in C#.NET
Thank You.
In my recent project I have to make a form in which clock time should be shown. Means my form will be active upto 40 minutes and the time should be shown on form. When user will start work with form then current time will be shown on the form and with the system clock tick the timer will decrement. At 40 minutes application will be exit. Now tell me how to read system clock time at every moment. How it will be made on thread as both form and clock should be run at the same time. The code should be in C#.NET
Thank You.
Comment