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
相關文章
相關標籤/搜索