摘要: public class WindowsMessage { public const int WM_NULL = 0x0000; // public const int WM_CREATE = 0x0001; //应用程序创建一个窗口 public const int WM_DESTROY = 0x0002; //一个窗口被销毁 ... 阅读全文
posted @ 2016-04-16 16:55 童心少年 阅读(6148) 评论(1) 推荐(0) 编辑