Hi,
All samples on internet show setting the color of today plugin item like so:
SetTextColor(hDC,
SendMessage(m_hParentHwnd, TODAYM_GETCOLOR, (WPARAM)TODAYCOLOR_TEXT,
NULL));
However, what if the item is selected? how do I get the correct highlight
color?
It's not:
GetSysColor(COLOR_HIGHLIGHTTEXT)
I also need the color for the background of selected item.
Lisa