Sim*_*ons 1 c++ windows mfc messagebox
这可能很简单,但我是MFC的新手.
我有一个消息框:
MessageBox("Do You Want to Save the Configuration Changes","NDS",1);
Run Code Online (Sandbox Code Playgroud)
哪个有Ok和Cancel选项.我想点击确定编写我的代码
if(MessageBox("Blah", "NDS", 1) == IDOK)
{
// they hit okay
}
Run Code Online (Sandbox Code Playgroud)
http://msdn.microsoft.com/en-us/library/ms645505(VS.85).aspx
| 归档时间: |
|
| 查看次数: |
2416 次 |
| 最近记录: |