I believe the best you can do is to bold a date:
Dim myCalendar as MonthCalendar
Dim myDate as DateTime
myCalendar.AddBoldedDate(m
Main Topics
Browse All TopicsI am developing a VB.NET application.How can i change the Background of individual dates in a MonthCalender control..
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
What I believe that you need to do is to create an owner-drawn MonthCalendar control, like in this example CodeProject article:
Customizable MonthCalendar Type Control: Part 1
http://www.codeproject.com
The heavy lifting is done in the Paint event:
private void picMPK_Cal_Paint(object sender, System.Windows.Forms.Paint
I saw the C# tag, and that is C# code, so you would need to convert the code to VB.NET.
1) Download the code
2) Convert from C# to VB.NET:
http://www.developerfusion
3) Create a new VB.NET Class Library project.
4) Copy and paste the VB.NET code into a class
5) Build the DLL
6) Right-click on the ToolBox and select Choose Items
7) Browse to the DLL
8) It should add that user control to the ToolBox, so that you can drop onto a form.
Business Accounts
Answer for Membership
by: vivekpv10Posted on 2009-09-24 at 04:25:01ID: 25412073
Or i need to change the font color of individual date