case WM_PAINT: { // simply validate the window InvalidateRect(hwnd,NULL,FALSE); hdc = BeginPaint(hwnd,&ps); TCHAR buffer[80]; static int ...
確定! 回上一頁