Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Active X Calendar Control

Status
Not open for further replies.

mpsoutine

Programmer
Jan 6, 2003
87
0
0
US
Hi All,

I've never used an Active X control before. I'm working on a simple dialog based application with a Calendar Control. I declared a member variable, m_Calendar, for the control as type: CMonthCalCtrl. I assume the next step is to use the methods in the CMonthCalCtrl to respond to the four messages: MCN: GETDAYSTATE,SELECT & SELCHANGE.

If I click on a date a MCN_SELECT message should be generated. Within this message handler I assume I should call: CMonthCalCtrl::GetCurSel(). Am I correct? Does anyone know of a tutorial that can walk me through on to proceed. I've been using Google for searches but have not come up with anything helpful

MPSoutine
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top