Home > Software engineering >  According to color dialog box, redraw the button
According to color dialog box, redraw the button

Time:09-15

According to color the color of the dialog box for modify button button color

CodePudding user response:

https://wenku.baidu.com/view/11b84628b4daa58da0114aa7.html


CodePudding user response:

If (DLG) DoModal ()==IDOK)
{
COLORREF color;
Color=DLG. GetColor (); Choose the colors//obtain color box
}

CodePudding user response:

The background color of dialog is you specified? Or the system default?
  • Related