I want to use month calendar date in text box after click on button for window form.
Calendar should be hide when form open and after click on button that calendar be visible.
I am using c# with visual studio 2008.So please give me response according this tool.
Use the DateTimePicker class for this. It has exactly the behavior you described.