Year calendar control to select months

I was rathered surprised I could not easily find a control that displayed an annual view to allow users to select time periods by _month_, rather than specific day dates. The regular DateTimePicker or Infragistics UltraCalendarCombo just extend off the regular month view showing specific days, and there is no mode out of that granular a selection.

Has anybody seen a higher-level time control to let users just select month/year periods? thanks

[448 byte] By [icelava] at [2007-12-23]
# 1

We simply just use a Two ComboBoxes . You could put this into a Usercontrol in itself. But it is then very simple for the use to select a month and year.

James

JamesKnowles at 2007-8-31 > top of Msdn Tech,Windows Forms,Windows Forms General...
# 2
In the end i just altered the input/display mask of the UltraDateTimeEditor to show mm/yyyy so the user sees only the month and year no matter which day gets selected. That will suffice for now even though it is not what I envisioned as the perfect visual experience.
icelava at 2007-8-31 > top of Msdn Tech,Windows Forms,Windows Forms General...