原創|產品更新|編輯:我只采一朵|2014-04-18 09:33:08.000|閱讀 1149 次
概述:BCGControlBar Professional日歷控件包含應用程序所需的各種日程和調度工具。
# 界面/圖表報表/文檔/IDE等千款熱門軟控件火熱銷售中 >>
相關鏈接:
下面跟大家簡單介紹一下這個Calendar控件的基本功能:
示例代碼:
// Create planner control: m_wndCalendar.Create (WS_CHILD | WS_VISIBLE, rectCalendar, this, IDC_CALENDAR); // Create a new appointment: today, 9:30AM ? 10:30AM, name ?Meeting?: COleDateTime now = COleDateTime::GetCurrentTime (); CBCGPAppointment* pApp = new CBCGPAppointment ( COleDateTime (now.GetYear (), now.GetMonth (), now.GetDay (), 9, 30, 0), COleDateTime (now.GetYear (), now.GetMonth (), now.GetDay (), 10, 30, 0), _T("Meeting")); // Add this appointment to planner: m_wndCalendar.AddAppointment (pApp);
附BCGControlBar Professional下載地址
本站文章除注明轉載外,均為本站原創或翻譯。歡迎任何形式的轉載,但請務必注明出處、不得修改原文相關鏈接,如果存在內容上的異議請郵件反饋至chenjj@fc6vip.cn
文章轉載自:慧都控件