This one is pretty straight forward. It is a textbox that captures the double click event and launches a form with the Month Calendar control. Once the user selects the date, it is displayed in the textbox. The developer can use the TheDate property to get that date.
Msgbox ("User selected " & datebox1.TheDate.ToString)