摘要: ------>-----> ----->效果: main.cpp源码:#include #include #include "resource.h"// Our DDB handle is a global variable.HBITMAP hbm;BOOL gdi01_OnCreate( HWND hwnd, LPCREATESTRUCT lpcs){ // The bitmap should be stored as a resource in the exe file. // We pass the hInstance of the applicat 阅读全文
posted @ 2013-08-27 11:35 Tup 阅读(4891) 评论(0) 推荐(0)