Does anyone know the values of the Datepicker controls messages?
eg
Sendmessage(dtpicker1.hwnd,DTM_SETTEXTCOLOR,0,color)

I want to know what the value for DTM_SETTEXTCOLOR is? Or even if it exists. I know the DTM prefix exists, but i can't find out what suffixes it takes.
Basically i want to change the forecolor or the back color of the datepicker control. I don't want to change the calendar, just the control, that you can see when you load the puppy up.

Anyone know the value or how to change the color??