摘要: C++创建窗口模板: 1 #include <Windows.h> 2 #include <stdlib.h> 3 #include <Dbt.h> 4 5 // 窗口处理函数 6 LRESULT CALLBACK WindowProc(HWND hWnd, UINT uMsg, WPARAM wP 阅读全文
posted @ 2020-09-13 16:51 ꧁执笔小白꧂ 阅读(277) 评论(0) 推荐(0)