Place the calendar control on your form and set its visiblity to false.
For your button do something like this in the click event method:
calender1.Visible = true;
calender1.SelectedDate = DateTime.Now;
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
.: Wrox Technical Editor :.
Wrox Books 24 x 7
================================================== =========