[Message Deleted]
C / C++ / MFC
4
Posts
3
Posters
0
Views
1
Watching
-
[Message Deleted]
-
[Message Deleted]
Try using :
CRect rc; GetClientRect(&rc); dc.FillSolidRect(&rc,RGB(255,128,162));
Somethings seem HARD to do, until we know how to do them. ;-) _AnShUmAn_
-
[Message Deleted]
try on WM_ERASEBKGND Regards, FarPointer Blog:http://farpointer.blogspot.com/
-
Try using :
CRect rc; GetClientRect(&rc); dc.FillSolidRect(&rc,RGB(255,128,162));
Somethings seem HARD to do, until we know how to do them. ;-) _AnShUmAn_
thanks Please mail me