是SetWindowText(LPCTSTR)好的做法是给这个按钮增加一个成员变量,例如 m_btnPush。然后在代码中调用m_btnPush.SetWindowText("AAAAAA");
GetDlgItem后用SetText即可