fetus Diary
2006/07/27(木) - WinCE/Today/Today text color
RECT rc;
::GetClientRect(hwnd, &rc);
PAINTSTRUCT ps;
HDC hdc = ::BeginPaint(hwnd, &ps);
::SetBkMode(hdc, TRANSPARENT);
const COLORREF today_text_color = ::SendMessage(::GetParent(hwnd), TODAYM_GETCOLOR, TODAYCOLOR_TEXT, 0);
::SetTextColor(hdc, today_text_color);
::DrawText(hdc, _T("ほげ"), -1, &rc, DT_SINGLELINE|DT_VCENTER|DT_CENTER);
::EndPaint(hwnd, &ps);
ほんまかいな... 動いてるけど。
※これでは、背景の書き直ししていないのでぐちゃぐちゃになるけど
- 06/07/28
0:260:29
コメント
コメントはありません。