Look,i want to show current time in label
i try use the DateTimePicker and make it like this
TimeReal->Text = this->date->Text->ToString();
TimeReal is a label
But then,TimeReal show me current time but static.after it's get the value from datetimepicker and then no update.
i want it to show running current time.
So,can someone help me?btw i creating a Windows Forms Application
i try use the DateTimePicker and make it like this
TimeReal->Text = this->date->Text->ToString();
TimeReal is a label
But then,TimeReal show me current time but static.after it's get the value from datetimepicker and then no update.
i want it to show running current time.
So,can someone help me?btw i creating a Windows Forms Application