Kai
2009-05-22 11:11:00 UTC
VS2008 in Vista,
m_Cal.SetColor(MCSC_MONTHBK, 0x0000FF00);
then check color
COLORREF color = m_Cal.GetColor(MCSC_MONTHBK);
color = 0x0000FF00;
I also tried other regions. Nothing happens. What is wrong?
m_Cal.SetColor(MCSC_MONTHBK, 0x0000FF00);
then check color
COLORREF color = m_Cal.GetColor(MCSC_MONTHBK);
color = 0x0000FF00;
I also tried other regions. Nothing happens. What is wrong?