Results 1 to 2 of 2

Thread: MS Calendar Control

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 1999
    Location
    London, England
    Posts
    213

    Post

    I am using the MS Calendar control 8.0

    I have set the ShowDateSelectors property to false and created 2 navigate buttons to move the month back and forth.

    (i.e Calendar1.PreviousMonth/NextMonth)

    However, if you are on Nov 16 and you move back a month, it takes you to Oct 16. How can I make it go to the first day of the month programmatically ?

  2. #2
    Addicted Member
    Join Date
    Oct 1999
    Posts
    232

    Post

    Calendar1.Day = 1

    ------------------
    smalig
    [email protected]
    smalig.tripod.com

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