Good evening. My name is Don. I tried the intrduction page but couldn't get it to accept my message.
I am developing software in VB 2005, and I am looking for quidance in using the datetimepicker control. I have code in the datechanged event to retrieve data from the database. The code works fine. The problem I have is that the code executes when I change the calendar month. I am looking for an event that executed before the datechanged event, so that I can set some kind of flag that can be queried in the datechanged event to supress the code there.
I am developing software in VB 2005, and I am looking for quidance in using the datetimepicker control. I have code in the datechanged event to retrieve data from the database. The code works fine. The problem I have is that the code executes when I change the calendar month. I am looking for an event that executed before the datechanged event, so that I can set some kind of flag that can be queried in the datechanged event to supress the code there.
Comment