Date Time Picker

timh

Well-known member
Joined
Nov 28, 2008
Messages
50
Programming Experience
Beginner
In my Windows Forms application, I have a DateTimePicker control.

When the user enters the control, I have it set so that the calendar automatically drops down. Is there any way of then replicating the 3 mouse clicks on the "year" part of the top line of the calendar, such that the display automatically changes to a grid of year ranges (as below)? For my purposes, this provides the ideal starting point for entering the date.

calendar.png

Probably wishful thinking.

Thanks.
 
Back
Top