The instructions to program the calendar control:-
From the left-hand drop-down list at the top of Source view, select Calendar1.
The drop-down list displays a list of all the objects you can write code for.
From the right-hand drop-down list, select SelectionChanged.
didn't work for me. Calendar1 didn't appear in the drop-down list only Window, Form1 and Document!
However, double-clicking the top of the calendar inserted the required event handler.
I also had the same problem as above with the date not changing. I re-added the event handler so I had Calendar1_SelectionChanged and Calendar1_SelectionChanged1. The second of these then started working having cut and paste the contents of the first handler in to the second.
Also make sure your Forecolor is set to a darkish colour so you can see it.