Is it possible to limit which dates a user can select from a dateTimePicker
on a C# winforms application?
The basic principle for me is this: I have a comboBox
with 5 items in it, based on which item the user selects I would like to limit which dates the user can then select from, having the unavailable dates grayed out.
Is this possible?
See Question&Answers more detail:os