Date/Time Control (Picker)

Fully implemented BCGControlBar Pro (MFC)

Fully implemented BCGSuite (MFC)

Fully implemented 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

Date/Time Control (Picker)

Sample code:

CBCGPDateTimeCtrl m_wndDateTime;
...
// Get selected date:
COleDateTime dt = m_wndDateTime.GetDate();