2010年10月26日
摘要: /*------------------------------------------------------------ HELLOWIN.C -- Displays "Hello, Windows 98!" in client area (c) Charles Petzold, 1998 ----------------------------------------------------... 阅读全文
posted @ 2010-10-26 22:53 TsingCai 阅读(804) 评论(0) 推荐(0) 编辑
摘要: c int WM_KILLFOCUS = 0x08; //一个窗口改变成Enable状态 public static int WM_ENABLE = 0x0A; //设置窗口是否能重画 public static int WM_SETREDRAW = 0x0B; //应用程序发送此消息来设置一个窗口的文本 public static int WM_SETTEXT = 0x0C; //应用程序发送此... 阅读全文
posted @ 2010-10-26 22:16 TsingCai 阅读(1444) 评论(0) 推荐(1) 编辑