摘要: 一. Win32的界面编写 1. 实现一个带按钮并响应点击事件的界面,代码如下: 1 #include <tchar.h> 2 #include <windows.h> 3 #include "CommCtrl.h" 4 5 #define IDC_BTN_TEST (101) 6 7 //窗口过程 阅读全文
posted @ 2021-05-25 10:26 夜不眠 阅读(428) 评论(0) 推荐(0) 编辑