Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 323547
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T09:02:28+00:00 2026-05-12T09:02:28+00:00

How I can paint an arbitrary day with red color and bold font, and

  • 0

How I can paint an arbitrary day with red color and bold font, and some other day in green color?

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T09:02:28+00:00Added an answer on May 12, 2026 at 9:02 am

    This is beyond the capabilities of the standard WinForm control. But you might want to look here or several other open source replacements.

    To set some specifc days to bold you could use:

    // Add dates to BoldedDates array.
            this.monthCalendar1.BoldedDates = new System.DateTime[] {
                                        new System.DateTime(2002, 4, 20, 0, 0, 0, 0),
                                        new System.DateTime(2002, 4, 28, 0, 0, 0, 0),
                                        new System.DateTime(2002, 5, 5, 0, 0, 0, 0),
                                        new System.DateTime(2002, 7, 4, 0, 0, 0, 0),
                                        new System.DateTime(2002, 12, 15, 0, 0, 0, 0),
                                        new System.DateTime(2002, 12, 18, 0, 0, 0, 0)};
    

    You can also use the SelectionRange property of the control to mark a range of adjacent days like this:

    // Select the week using SetSelectionRange ().
             this.monthCalendar1.SetSelectionRange (
                   new System.DateTime(2002, 4, 20, 0, 0, 0, 0),
                   new System.DateTime(2002, 4, 26, 0, 0, 0, 0));
    

    But this feature is buggy and only works with disabled visual styles. See MSDN for more details.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have external html5 canvas that you can paint on some lines using your
I'm writing a program to generate some wild visuals. So far I can paint
how can I paint all rows in a datagrid with the value of field
How i can draw hand free graphic objects in windows 8, like paint can.
How can we draw the shapes in Java like we do in paint? For
I'm working on a Java version of MS Paint. You can see what it
I can't wrap my head around how to do arbitrary sorting with a NSSortDescriptor.
How can I rotate a html element around an arbitrary point. I know there
My project is creating a font (or something that I can use somewhat like
In C++, I have a bigint class that can hold an integer of arbitrary

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.