MonthCalendar - display problem when selecting a date range

G

Guest

I am using VS 2005, .net Framework 2.0

When I select a range of dates, the selected dates are whited out except for
1/2 of the first and last date (these are highlighted in blue).

This issue also occurs if I select a date and then use the year spinner
button to go back a year.

To track the issue, I started a new windows forms project, on the default
form1 I added a monthcalendar, I have not changed any properties on the form
or control.

My theme set to default Windows XP.

any ideas? Thanks
 
A

Agata Staniak

I am using VS 2005, .net Framework 2.0
When I select a range of dates, the selected dates are whited out except
for
1/2 of the first and last date (these are highlighted in blue).

I've got the same. I just started a new project to see it. But it's a way it
is, I guess. The whited out selection is simply white font on white
background. Try changing the TitleForeColor, to Red, for example. You'll see
that the selection will be in red. In my opinion they should introduce a
separate color for such selection. And, at last, such a way of selecting
looks weird, as if the control was corrupted or not refreshed properly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top