1.开发环境vc++ 6.02.代码2.1创建弹窗:2.1.1 进入资源视图2.1.22.2 打开弹窗void CMfcDlg::OnButton1() { // TODO: Add your control notification handler code here Di1 di1; int a = di1.DoModal(); CString str =""; str.Format("%d",a); AfxMessageBox(str); }2
c++
2023-12-02
50 点赞
0 评论
75 浏览