![]() |
month view and week view problem |
Post Reply
|
| Author | |
sguy1234
Newbie
Joined: 12 November 2008 Status: Offline Points: 1 |
Post Options
Thanks(0)
Quote Reply
Topic: month view and week view problemPosted: 12 November 2008 at 3:00pm |
|
the calendar keeps drawing the days: sutarday and sunday as small boxes, as they are the weekend days. How can i set the weekend to be Friday and sutarday, so that the box for sunday will be drawn as a BIG box like the others working days?
regards,
Guy.
|
|
![]() |
|
prashant
Senior Member
Joined: 19 February 2007 Location: India Status: Offline Points: 165 |
Post Options
Thanks(0)
Quote Reply
Posted: 10 December 2008 at 3:01am |
|
Hi,
On calendar InitInstance() call: ///!<Start Day Sunday> ///!<An integer from range between 1 and 7, where 1 = Sunday, 2 = Monday, and so on.> GetCalendarCtrl().SetFirstDayOfWeek(1); |
|
![]() |
|
SuperMario
Senior Member
Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
Quote Reply
Posted: 10 December 2008 at 1:04pm |
|
Or maybe you need:
CalendarControl.Options.MonthViewCompressWeekendDays = False |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |