Results 1 to 4 of 4

Thread: Monthly Calendar

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2008
    Posts
    15

    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.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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?

  3. #3
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    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)

  4. #4

    Thread Starter
    New Member
    Join Date
    Apr 2008
    Posts
    15

    Re: Monthly Calendar

    I am a little new here, so thanks for those leads guys.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width