Date/Time Control (Picker)
BCGControlBar Pro (MFC)
BCGSuite (MFC)
BCGControlBar for .NET
The date and time picker control provides a simple interface to exchange date and time information with the user.
- User can change the information stored in the control
- You can enable a drop down button that will open the calendar control.
- User can move from field to field using the mouse or the keyboard
- User can enable/disable input by checkbox
- The date and time picker control use notification
- Ability to customize the date/time picker control
- Touch and keyboard/mouse modes
Sample code:
CBCGPDateTimeCtrl m_wndDateTime;
...
// Get selected date:
COleDateTime dt = m_wndDateTime.GetDate();