Hi ,
Iam using CDateTimeCtrl class datepicker in MFC while creation it has 3D borders ,but i like to set it to normal border .How can i do so?
iam creating datepicker as
DTPicker.Create(WS_CHILD | WS_VISIBLE| DTS_UPDOWN| WS_BORDER,
CRect(400,0,400,12), this, 3);
it creates a picker control with 3D border by default i like to change the border .Is there a way to do so