Hi
I have a dtpicker inside my VB6 form.I want to set its back color to gray,but I don't have a backcolor property inside the properties window,I have only Calender backcolor.
How can I do it?
thanks
Printable View
Hi
I have a dtpicker inside my VB6 form.I want to set its back color to gray,but I don't have a backcolor property inside the properties window,I have only Calender backcolor.
How can I do it?
thanks
If you mean the back color for the title area of the calendar then its - CalendarTitleBackColor. Otherwise the CalendarBackColor property is the prop for the back color where the dates are. ;)
RobDog888,If the DTPicker displays 22/09/2006 then I want to set to gray the backcolor of 22/09/2006
thanks
If your talking about the selected date backcolor then there is no property for it.