EndPaint (hwnd, &ps); break; 第二种情况显示的字不停闪烁。 case WM_PAINT: gdc = GetDC (hwnd); TextOut (gdc, 0, 0, s, strlen (s)); ReleaseDC (hwnd ...
確定! 回上一頁