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

    CMonthCalCtrl - How do you remove the blue oval?

    As the title says, any ideas?

  2. #2
    Join Date
    May 1999
    Location
    ALABAMA, USA
    Posts
    9,917

    Re: CMonthCalCtrl - How do you remove the blue oval?

    Set MCS_NOTODAY style:
    Attached Images Attached Images  
    There are only 10 types of people in the world:
    Those who understand binary and those who do not.

  3. #3
    Join Date
    Mar 2003
    Posts
    97

    Re: CMonthCalCtrl - How do you remove the blue oval?

    MCS_NOTODAY removes the red highlighting of the current system/today date only.

    I want to remove the blue oval that shows which date has been selected by the user till the user selects a date
    Attached Images Attached Images   

  4. #4
    Join Date
    May 1999
    Location
    ALABAMA, USA
    Posts
    9,917

    Re: CMonthCalCtrl - How do you remove the blue oval?

    I do not think you can do it at all or without writing a lota of code to override default behavior. I will try but cannot promise anything.
    There are only 10 types of people in the world:
    Those who understand binary and those who do not.

  5. #5
    Join Date
    Mar 2003
    Posts
    97

    Re: CMonthCalCtrl - How do you remove the blue oval?

    Thanks, thats very nice of you

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