Announcement

Collapse
No announcement yet.

Wanted, Calendar control...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Wanted, Calendar control...

    I have tried the SysMonthCal32 but it appears that I need a separate control to accept the date, because the notification MCN_SELCHANGE is sent irrespective of the type of change - even a navigational change. I also want to start the calendar not at the current month, but in a month/year supplied in a variable. Maybe I'm missing something about SysMonthCal32.

    Or maybe I should rewrite this one to improve month/year navigation.

    Or maybe someone can suggest an alternative? I'm not looking for challenges at the moment.

  • #2
    Can we see what you are doing ? a snippet ?
    Client Writeup for the CPA

    buffs.proboards2.com

    Links Page

    Comment


    • #3
      Chris,

      I believe that you need to use a SysDateTime variable on the call to set
      the initial date. And I only check the data on a LostFocus message for the
      control. Makes things much easier on me.

      Comment


      • #4
        Fred, Paul, my apologies - I should have read CommCtrl.inc before whingeing about the calendar.

        Comment

        Working...
        X