摘要: 1 #include 2 #include "resource.h" 3 4 LRESULT CALLBACK MyWndProc( HWND hwnd, // handle to window 5 UINT uMsg, // message identifier 6... 阅读全文
posted @ 2014-07-02 01:23 践道者 阅读(1116) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 3 LRESULT CALLBACK MyWndProc( HWND hwnd, // handle to window 4 UINT uMsg, // message identifier 5 WPARAM wParam, // fi... 阅读全文
posted @ 2014-07-02 00:38 践道者 阅读(1242) 评论(0) 推荐(0) 编辑