gdc = GetDC (hwnd); TextOut (gdc, 0, 0, s, strlen (s)); ReleaseDC (hwnd, gdc); break; 请教两种函数的作用? BeginPaint() 和EndPaint() 可以删除消息队列中 ...
確定! 回上一頁