WM_CTLCOLOREDIT for or WM_CTLCOLORSTATIC;
WM_CTLCOLOREDIT is for EDIT Text ;
WM_CTLCOLORSTATIC is for Readonly Edit Text
case WM_CTLCOLOREDIT :
{hBmp=LoadImage(...);
HBRUSH hBrush=CreatePatternBrush(hBmp);
return hBrush;
}
* The Best Reasons to Target Windows 8
Learn some of the best reasons why you should seriously consider bringing your Android mobile development expertise to bear on the Windows 8 platform.