Appointment Calender

This forum is for programmers who have questions about the source code.
Post Reply
jaynahar
Posts: 40
Joined: Wed Apr 23, 2014 6:35 am

Appointment Calender

Post by jaynahar » Wed Dec 31, 2014 4:57 am

Hi All,

Greetings of the day.

I want to change the back color of toolbar & appointment calender in open dental version 13.x. How can i change this as open dental is not providing the properties for this.

Please help me to solve this problem.

Thanks in advance

Regards

jay nahar

User avatar
jsalmon
Posts: 1555
Joined: Tue Nov 30, 2010 12:33 pm
Contact:

Re: Appointment Calender

Post by jsalmon » Wed Dec 31, 2014 2:04 pm

Assuming you are referring to the little calendar in the upper right of the appointment module, you'll either have to get tricky with manipulating Microsoft's System.Windows.Forms.MonthCalendar control because it doesn't have a built in way to change the background color or you'll have to write a plugin that replaces it with a custom calendar control of your own!

I think you can color the numbers on the calendar with DayRenderEventArgs.Cell.BackColor but I'm not positive on that. Maybe that will help you achieve whatever it is you're trying to accomplish.
The best thing about a boolean is even if you are wrong, you are only off by a bit.

Jason Salmon
Open Dental Software
http://www.opendental.com

Post Reply