DateTimePicker

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.
 
N

nicolas.hilaire

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top