timer c++

C++ Tutorial: Monitoring System Time C++/CLI

Submitted by Bright777 on
   Hi. It is Bright777 and today we are going to do a program to monitor system time. In my program I will use SYSTEMTIME structure and Timer Control from visual C++. All work I have done in Microsoft Visual Studio 2012. Preparation    First of all, you need to create a new project of Windows Forms Application Type. After that you should place controls like in the image below or something else. For showing system time I use standard Label component. Also you need to add two buttons to your form and a Timer Control.