Hello

In my VB6 program I have a text box that is populated by a date picker.

When the form loads the date picker is set to Now.

On the change event, of the date picker, I let the text box = date picker.value, however if the user clicks on todays date within the picker, which is the default value, the text box is not poplated. Anyway around this?


Thanks

Kev.