摘要: 1 #define ID_INPUTEDIT 1001 2 #define ID_OK 1002 3 4 BOOL closing = FALSE; 5 HWND dialogHandle = 0; 6 7 LRESULT CALLBACK inputBoxWndProc(HWND wndHandl 阅读全文
posted @ 2020-08-04 22:01 天天2023 阅读(2006) 评论(0) 推荐(0)
摘要: #include <windows.h> #pragma comment(lib, "user32.lib") 字体变色 #define BEGIN_CONSOLE_TEXT SetConsoleTextAttribute(hOut, \FOREGROUND_RED | BACKGROUND_INT 阅读全文
posted @ 2020-08-04 22:00 天天2023 阅读(334) 评论(0) 推荐(0)