Calendar control month selection

  • Thread starter Thread starter Gator
  • Start date Start date
G

Gator

How can I cause an event when a different month is selected on the calendar
control. I use the click event and it works' fine when I click on a day, but
I can't seem to execute anything when just the month dropdownList control on
the calendar is clicked and a different month is selected. Any Ideas?
 
To the best of my knowledge, there is not event on the month change. On the
Access calendar that I wrote in native Access, you can add anything to the
click event, plus you can use the month combo to add whatever code you wish.
Another advantage is that you only need to include it once for the entire
database, not once for each date control.:

http://www.datastrat.com/Download/Calendar2K.zip
 
Back
Top