
Introduction
This is the extended DateTimePicker component with new design and functionalities as you can see from screenshots.
Background
Control has one new property HeaderColor. Other properties remain same.
Using the code
AdvancedDateTimePicker is a class that inherits DateTimePicker. Control contains button which covers standard ShowDown button to show popup form with calendar. For this purpose I used PopupWindowHelperClass which can be found here http://www.vbaccelerator.com/home/NET/Code/Controls/Popup_Windows/Popup_Windows/article.asp.
On the form I used DataGridView to manipulate by DateTime value.
To change year and month popup window uses ComboBoxes and Buttons, to change hours and minutes uses Trackbars.
Project is simple, so there is not much to say about it. Please see demo project for details.
History