RECT a;
COLORREF color = RGB(66, 66, 66);
GetWindowRect(h,&a);
FrameRect(hDC,&a,CreateSolidBrush(color));
这样画不出啊
还是只能建一个无边框窗口,自己画