I have a calendar control in vb.net. I need to do multiple selection of days, eg , 1 april, 3 april , 14 april. I need all selected dates to be highlighted as if i select a single day. Is this possible. I know about to make selection bold , but do not know how to make it highlight.
            Asked
            
        
        
            Active
            
        
            Viewed 1,498 times
        
    0
            
            
        - 
                    Winforms are used. I am using visual studio 2010 , vb.net... windows forms application – waleed.makarem Mar 05 '12 at 18:26
 - 
                    1It's not possible to do this with winforms MonthCalendar control. It doesnt support selection of discontinous dates. Maybe you find something useful [here](http://stackoverflow.com/questions/5048872/how-can-i-change-the-color-of-certain-dates-in-the-monthcalendar-control) or google for other controls – nik Mar 05 '12 at 23:35
 - 
                    thanks so much for your support and prompt answer .. – waleed.makarem Mar 06 '12 at 17:22