Home > Software engineering >  MFC dialog box how to implement the following round
MFC dialog box how to implement the following round

Time:10-09

MFC dialog box how to implement the following round

CodePudding user response:

PDC - & gt; SetMapMode (MM_LOMETRIC);
Int I, x, y;
X=50;
CBrush brush (RGB (0, 0));
PDC - & gt; SelectObject (& amp; Brush);
for(i=0; I<50; I++) {
X +=31;
Y=x;
PDC - & gt; The Ellipse (16 x, y + 16, x + 16, y - 16).
}
Use the GDI to circle

CodePudding user response:

Can say more detailed point of the

CodePudding user response:

The code is not enough detailed # 1 floor? Let 1/f, give you write a complete program

CodePudding user response:

So don't understand is no way out,

CodePudding user response:

method of several kinds of upstairs

CodePudding user response:

The Ellipse ()

CodePudding user response:

Advice from CButton (CHECKBOX style) derived a new class, such as custom painting, can be used as common controls
  • Related