MFC中在按钮上显示图标

按钮的Icon属性设为true,然后在OnInitDialog中

((CButton *)GetDlgItem(IDC_BUTTON))->SetIcon(AfxGetApp()->LoadIcon(IDI_ICON));

你可能感兴趣的:(mfc,button)