摘要: ##消息的产生 鼠标 键盘 其它应用程序 内核程序 ##消息的处理过程 ##MSG typedef struct tagMSG { HWND hwnd; //Handle to the window whose window procedure receives the message. //消息是 阅读全文
posted @ 2022-04-15 15:49 不会笑的孩子 阅读(43) 评论(0) 推荐(0) 编辑
摘要: ##第一个窗口程序 #include "stdafx.h" #include<windows.h> #include<stdio.h> //窗口程序 LRESULT CALLBACK WindowProc( HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lP 阅读全文
posted @ 2022-04-15 14:31 不会笑的孩子 阅读(32) 评论(0) 推荐(0) 编辑