I've tried this:

Code:
HDC h = hwnd; // hwnd is my window
SetBkColor(h,RGB(233,233,233));
I put this in "WM_CREATE:", but this doesn't work

I've checked MSDN, but it doesn't give good details on how to use SetBkColor.

Can anyone please help?