A
Atley
Are there any controls that come with VB.net 2003 that can be used to
show/select time without making a dropdown with every single possible time
in it?
What about the DateTimePicker? is there a way to bring the Time part of
that into the equation?
I can create a ComboBox and populate it with every possible combination of
times, but then it gets a little tedious to pick... I can use NumericUpDown
but then I need 3 controls (Hour, Minute, AM/PM) and I am not sure how to
set them to follow keystrokes and not be editable. I have tried setting
them readonly, but it is not exactly what I want.
Any Suggestions?
show/select time without making a dropdown with every single possible time
in it?
What about the DateTimePicker? is there a way to bring the Time part of
that into the equation?
I can create a ComboBox and populate it with every possible combination of
times, but then it gets a little tedious to pick... I can use NumericUpDown
but then I need 3 controls (Hour, Minute, AM/PM) and I am not sure how to
set them to follow keystrokes and not be editable. I have tried setting
them readonly, but it is not exactly what I want.
Any Suggestions?