Update a textbox with calandercontrol

  • Thread starter Thread starter me
  • Start date Start date
M

me

I have a TextBox where I enter a date manualy. This box is called WeekOf.
I want to be able to click on a little icon next to the Textbox and have the
calander popup so I can select a date from it. When I select the date, I
want it to automatically put that date in the text box, then have the
calander dissappear.
 
Open your form in Design View. Open the Toolbox. Click on the More Controls
button. Scroll down to Microsoft Date and Time Picker Control v6.0 (SP4) and
click.
Draw your contol on your form, set your properties, and youre good to go.
Also, check out Microsoft MonthView Control v6.0 (SP4) if you have need for a
constant calandar display.

There are other ways to do this, but this is quick and simple. If you dont
see the (SP4) controls, you can use Calandar Control 9.0, found in the same
list.
 
Back
Top