I have written this program, but when I minimize the window, all the drawing will be cleared. what should I do?
CClientDC dc(this);
dc.Ellipse(point.x-20,point.y-20,point.x+20,point.y+20);
c[n][1] = point.x; c[n][2] = point.y;
who can help me solving this problem?
thanks alot