摘要:
#include<windows.h>#include<windowsx.h>#include<stdio.h>#include<math.h>#define WINDOW_CLASS_NAME "WINCLASS1"LRESULT CALLBACK WindowProc(HWND hwnd,UINT msg,WPARARM wparam,LPARAM lparam){ PAINTSTRUCT ps; HDC hdc; switch(msg) { case WM_CREATE: { //INIT CODE ... 阅读全文
posted @ 2013-03-19 10:30
RedLight
阅读(1290)
评论(0)
推荐(0)
浙公网安备 33010602011771号