Integration with Calendar Control
BCGControlBar Pro (MFC)
BCGSuite (MFC)
BCGControlBar for .NET
The planner control is integrated with the calendar control:
- The user can drag appointments from the planner view and drop them to the calendar.
- When a user selects a multiple-day interval on the calendar, the planner automatically shows this period.
- The calendar automatically displays days with appointments using a bold font.
- The calendar state is automatically updated every time appointments have been changed in the planner.
Drop appointment to the calendar
Select multiple dates on the calendar
Sample code:
CBCGPCalendar m_wndCalendar;
CBCGPPlannerManagerCtrl m_wndPlanner;
// The calendar will be synchronized with planner:
m_wndCalendar.SetPlanner (&m_wndPlanner);