Windows 程序设计技巧

#include<iostream> #include<windows.h> using namespace std; int main() { int nSelect = ::MessageBox(NULL,"windows 程序设计","测试",MB_OKCANCEL); if (nSelect == IDOK) { printf("OK!"); } else { p
相关文章
相关标签/搜索