I want to show a calendar.
Just show it, it doesn't need any functionality, apart from being able to have text in each day.
MS Calendar control looks OK, but, as far as I know, you can't add text to each day.
Any ideas.
One solution would be to create your own control (although it would be difficult), or you could use the ms canander control, and then just make it so that when the user clicks on a date, it displays the text in a textbox (or label) below the control.
The problem with the control idea is that to make it look neat, you would need to hid the unused boxes. Along with figuring out where to place the first date, realigng the dates based on user options, etc, etc...