I want to make the fore text colour of the DatePicker as Blue. Please suggest how to change this property.
Thanks
Printable View
I want to make the fore text colour of the DatePicker as Blue. Please suggest how to change this property.
Thanks
Maybe this can be of some help:
http://msdn.microsoft.com/library/de...esexamplex.asp
HTH
Sead
Thanks for the prompt reply.
But I am not able to solve my problem. Because the code says:
With DTPicker1
.CalendarBackColor = vbYellow
.CalendarTitleBackColor = vbRed
.CalendarTitleForeColor = vbWhite
.CalendarTrailingForeColor = vbGreen
End With
This code only sets the color settings for the drop-down calender shown on clicking the arrow on the date picker control. But I have to change the color of the selected date shown in the text box after it is selected from the calender.
Thanks