-
Monthly Calendar
Is it possible to get the Calendar control from the date/time dialog using a windows API?
I know there is a generic calendar but the current day defys logic when you scroll back a page.
I would like to use a more sophisticated calendar that optionally supports click and drag over dates.
-
Re: Monthly Calendar
First, I wouldn't use the Calendar control. That is actually a control made for Access which does have issues when used with VB.
Have you tried the MonthView or DatePicker?
-
Re: Monthly Calendar
The "Calendar" in the Date/Time dialog is actually the MonthView control that Hack mentioned (at least, it is for me in Windows XP).
For information about it, see the article What controls can I use to input a date/time? from our Classic VB FAQs (in the FAQ forum, which is shown near the top of our home page)
-
Re: Monthly Calendar
I am a little new here, so thanks for those leads guys.