hello
i created a dialog based application and using
i draw color to the dialog box. but, my problem is whenever OnPaint() in called, the color will over write all buttons etc. how to make the buttons visible again?Code:CClientDC dc(this); CRect r; GetClientRect(&r); dc.Rectangle(r);




Reply With Quote