试一下:
CButton* button = (CButton *) GetDlgItem( ID_APPLY_NOW );
button->SetDlgCtrlID(IDOK);
button->SetWindowText("Save");
button->EnableWindow(TRUE);