DateTimePicker

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I create a DateTimePicker and Month Calender to let user to input their
desired date.

However, after the dialog initialize, the DateTimepicker and Month Calender
remains at the time that the dialog initialize. They cannot change the time
as the time goes by.

How can I resolve this problem?

Thanks a lot.
 
Kelvin a écrit :
Hi all,

I create a DateTimePicker and Month Calender to let user to input their
desired date.

However, after the dialog initialize, the DateTimepicker and Month Calender
remains at the time that the dialog initialize. They cannot change the time
as the time goes by.

How can I resolve this problem?

Thanks a lot.

If you want that the dateTimePicker increase while the time goes, you
have to make a timer that change the value every second (for example)
This is a input control, not a display one
 
Back
Top