MonthCalendar auto-firing
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I've noticed a small problem (for me) with the MonthCalendar control. My app grabs info from a database when the selected date is changed. To make a long story short, I want to use the DateChanged event. This is fine, but it fires exactly every 2 minutes by itself. I've tested it with timestamps. While I can get around this with a boolean flag controlled by user inputs, I can't find any info on this 'feature' anywhere. Has anyone else come across this? I'd be interested to know the background to it if anyone knows. Thanks! J