Windows Develop Bookmark and Share   
 index > Windows Forms Designer > Binding Calendar On to a Textbox
 

Binding Calendar On to a Textbox

Hi 
I want to develop a windows application which takes three inputs one of them is date 
I want to put a textbox in the form 
i am looking for functionality where an image lies beside textbox and upon clicking the image the calendar pops out to select the date 
we can write the date in text box or we can also select the date from the calendar 
Please remember that i want it to be happened in windows application 
and i have one more requirement
in .net calendar control we can move to previous months and next months easily but we cannot move to previous year or next year easily with just a click 
can any body help me in windows application
Entry level  Tuesday, October 06, 2009 8:20 PM

I think all your requirements exists in DateTimePicker Control

You can write date to area, you can select year, you can put checkbox by setting ShowCheckbox property to true for catching null values.

  • Proposed As Answer byTamer OzMVP10 hours 17 minutes ago
  •  
Tamer Oz  Wednesday, October 07, 2009 6:15 AM

You can use google to search for other answers

Custom Search

More Threads

• Looking for control suggestions
• Highlight a column in tableLayoutPanel after a button click
• Visual inheritance in derived Forms
• Deserializing Fields with custom CodeDomSerializer
• Another Code generation for Property XXX failed.
• ListView columns property is readonly and disabled in Form designer
• HTML viewing controls in Winforms
• Problem with Visual Inheritance when i change the size of the Father form
• Designer dont show Form after namespace change
• Creating a designer component