Home All Groups Group Topic Archive Search About

DateTimePicker Issues

Author
25 Mar 2005 8:31 PM
simchajoy2000
Hi,

I have a VB.NET form with several DateTimePickers on it.  These have
worked great for me until several days ago.  All of a sudden they no
longer recognize user input.  So if a user enters a date (other than
the default date) into the DateTimePicker, it shows the user that the
value has changed on the form but when I try to access
DateTimePicker.Value or DateTimePicker.Text programmatically, it
doesn't recognize the change - all I get is the original default value.

I am at a complete loss as to why this is happening.  Has anyone else
encountered this problem before and does anyone know how to fix it??

Thanks!

Joy

Author
28 Mar 2005 1:12 AM
Bernie Yaeger
Hi Joy,

No; I have never seen this happen; evidently, neither has anyone else.

I'd recommend you remove the controls and replace them with new controls;
makes no sense, but something's radically wrong.

Bernie Yaeger

<simchajoy2***@yahoo.com> wrote in message
Show quoteHide quote
news:1111782712.923104.154540@l41g2000cwc.googlegroups.com...
> Hi,
>
> I have a VB.NET form with several DateTimePickers on it.  These have
> worked great for me until several days ago.  All of a sudden they no
> longer recognize user input.  So if a user enters a date (other than
> the default date) into the DateTimePicker, it shows the user that the
> value has changed on the form but when I try to access
> DateTimePicker.Value or DateTimePicker.Text programmatically, it
> doesn't recognize the change - all I get is the original default value.
>
> I am at a complete loss as to why this is happening.  Has anyone else
> encountered this problem before and does anyone know how to fix it??
>
> Thanks!
>
> Joy
>