C语言 对话框问题
void Main_OnCommand(HWND hwnd,int id, HWND hwndCt1, UINT codeNotify){
switch(id)
{
case IDC_OK:
{
MessageBox(hwnd,TEXT("朱元凤"),TEXT("顾俊"),MB_OK);
}
break;
default:
break;
}
}
为什么我代码打在上面程序运行没有反应呢
2017-10-13 23:11
2017-10-14 05:13
2017-10-14 13:21
2017-10-14 20:34

[此贴子已经被作者于2017-10-15 14:53编辑过]
2017-10-15 14:50
2017-10-15 14:51
2017-10-15 16:19