Using VB.NET 2005
I placed a DateTimePicker control on my windows app form, and changed the Format property of the control to "Time." When I run the app and click the drop down arrow on the control, I still get a calendar control to select a date. Changing the date selected does nothing to affect the time displayed. Is there some other property I can set to allow me to select the time only? Or can I at least prevent the calendar from dropping down?
I placed a DateTimePicker control on my windows app form, and changed the Format property of the control to "Time." When I run the app and click the drop down arrow on the control, I still get a calendar control to select a date. Changing the date selected does nothing to affect the time displayed. Is there some other property I can set to allow me to select the time only? Or can I at least prevent the calendar from dropping down?