Can anyone post code for changing forecolor for a DTPicker?
Thanks
Printable View
Can anyone post code for changing forecolor for a DTPicker?
Thanks
VB Code:
With DTPicker1 .CalendatForeColor = vbBlue .CalendarTitleForeColor = vbRed .CalendarTrailingForeColor = vbGreen End With
It doesn't change Forecolor of DTPicker. It changes only forecolor of its Calendar.