摘要: 1 /*---------------------------------------------- 2 COLORS3.C -- Version using Common Dialog Box 3 (c) Charles Petzold, 1998 4 ----------------------------------------------*/ 5 6 #include <windows.h> 7 #include <commdlg.h> 8 9 UINT_PTR CALLBACK CCHookProc( HWND hdl... 阅读全文
posted @ 2011-12-14 15:59 不洗脸都帅 阅读(532) 评论(0) 推荐(1) 编辑