Hi all,
i m draw a rectangle with this.
<pre>
CRect rectrect;
CDC* pDC;
pDC->Rectangle(rectrect.left,rectrect.top,rectrect.right,rectrect.bottom);
</pre>
here the sides of rectangle appears very light ,i want to make it dark.
please tell me how can i do this.
thanks in advance.




Reply With Quote