DateTimePicker Issues

S

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
 
B

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
 

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