Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Calander Control

Calander Control

Scheduled Pinned Locked Moved C / C++ / MFC
c++helpquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Ashman
    wrote on last edited by
    #1

    Hi, I need to use the Calander control in my MFC dialog app. The user must be able to select multiple days and once selected, when a button is pressed, circle them and/or output the dates. How would I go about getting data out of the control? I cant seem to find much help with this topic. Thanks Ashley Rowe I'm normally not a praying man, but if you're up there, please save me Superman.

    L 1 Reply Last reply
    0
    • A Ashman

      Hi, I need to use the Calander control in my MFC dialog app. The user must be able to select multiple days and once selected, when a button is pressed, circle them and/or output the dates. How would I go about getting data out of the control? I cant seem to find much help with this topic. Thanks Ashley Rowe I'm normally not a praying man, but if you're up there, please save me Superman.

      L Offline
      L Offline
      ldaoust
      wrote on last edited by
      #2

      Hi, I don't think you can circle the selected dates, unless you do owner draw, if that is possible with this control. But you can have multiple selection and retrieve the selection easilly. Multiple selection seems to be limited to one week though. Just set the proper attributes (styles). Also, you might want to look at the BCG Date Time control, which seems to be available for free and might do what you need. http://www.bcgsoft.com/download.htm

      D 1 Reply Last reply
      0
      • L ldaoust

        Hi, I don't think you can circle the selected dates, unless you do owner draw, if that is possible with this control. But you can have multiple selection and retrieve the selection easilly. Multiple selection seems to be limited to one week though. Just set the proper attributes (styles). Also, you might want to look at the BCG Date Time control, which seems to be available for free and might do what you need. http://www.bcgsoft.com/download.htm

        D Offline
        D Offline
        David Crow
        wrote on last edited by
        #3

        ldaoust wrote: Multiple selection seems to be limited to one week though. This is the default value. Sending the MCM_SETMAXSELCOUNT message allows this to be changed.


        "One must learn from the bite of the fire to leave it alone." - Native American Proverb

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups