CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    May 2003
    Posts
    19

    MonthCalCtrl, Messages, ActiveX, Maps, Class Wizard

    I've created a month calendar control using code rather than drawing it, as an exercise in VC++.

    My probem is, I can get the MonthCalCtrl to draw but I do not know what to use to handle messages from the control.

    E.g The control which I have drawn has a date clicked and should send a message(?) or notification(?) like mcn_select.

    I have Created a CMonthCalCtrl object, and then called its Create(..) method to disply the control. As I haven't used the CMonthCalCtrl ActiveX control, the class wizard doesn't see the object ID and thus won't automatically see the objects messages.

    Where should I look for further information on how to add these messages without the class wizard?

    Hope this is explained right,

    Thanks in advance,

    Regards,


    Roddy
    Last edited by Roddy; October 18th, 2003 at 06:01 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured