MonthCalendar

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Brian S.

    MonthCalendar

    Hi..
    a few questions about monthcalendar control
    1) I've added an array of bolded dates.. How do i get the back color of
    those dates to change?
    2) I want to add a tool tip the calendar control and shows somethen about
    the bolded date...

    example would be the user hovers of the 1/1/2009.. its new years day and is
    bolded... now I want to set the back color for that one date to red... and
    then when the user hovers over it I want the tool tip to say "New Years Day"


  • Iwan H

    #2
    Re: MonthCalendar

    Brian S. wrote:
    Hi..
    a few questions about monthcalendar control
    1) I've added an array of bolded dates.. How do i get the back color of
    those dates to change?
    2) I want to add a tool tip the calendar control and shows somethen about
    the bolded date...
    >
    example would be the user hovers of the 1/1/2009.. its new years day and is
    bolded... now I want to set the back color for that one date to red... and
    then when the user hovers over it I want the tool tip to say "New Years Day"
    >
    >
    hello,
    i'm currently working on monthcalendar control too. so far, i've found a
    solution for displaying the tooltip
    (http://www.hiddenbyte.com/viewtopic.php?f=2&t=4). hope this help.

    Comment

    Working...