calender help
C#
3
Posts
3
Posters
1
Views
1
Watching
-
I want to display a month calender in which only saturdays can be clicked on and highlighted and also how can i acquire all the saturdays in a month? Thanks VisionTec
The windows month calendar control is very weak and not flexible. The only thing you can really do is catch date changed and check if it's a saturday. You can do much more than that. >> How can i acquire all the saturdays in a month? math +
DateTime
class Alex Korchemniy -
I want to display a month calender in which only saturdays can be clicked on and highlighted and also how can i acquire all the saturdays in a month? Thanks VisionTec
Take a look at this calender control[^], it's very flexible and surely can achieve what you want. Regards, mav