|
-
Nov 15th, 1999, 05:35 PM
#1
Thread Starter
Addicted Member
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 ?
-
Nov 15th, 1999, 05:58 PM
#2
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|