시나리오 WM_CTLCOLORBTN:
{
Hdc HDC HDC edit =(HDC)wParam; : SetTextColor(hdcEdit, RGB (0,0,0)); //검정색
SetBkColor(hdcEdit, RGB (255,255,255)); //흰색
Return (int _ ptr) create solid brush (RGB (255,255,255));
}
이 시점에서 LParam 은 버튼의 HWND 입니다. 버튼이 여러 개 있는 경우 (HWND)lparam 을 통해 비교할 수 있습니다.