设置按钮文字颜色使用CMFCBUTTON即可在OnInitDialog函数加入如下内容即可((CMFCButton*)GetDlgItem(IDC_MFCBUTTON1))->SetTextColor(RGB(, , ));