在 OnButtonXX()里 做功课:EDIT_1 的 数值 变量名 例如说 叫 int count。( DoDataExchange(CDataExchange* pDX){} 里有它)转为字符:CString str;str.Format(_T("%d"), count);声明一个Dialog_5 的对象:CXX5Dlg d5;调 d5.GetDlgItem(IDC_STATIC1)->SetWindowText(str);