ShowWindow(g_hWnd, 1); UpdateWindow(g_hWnd); 我想知道为什么我们需要在 UpdateWindow ... 对 UpdateWindow 的调用会向窗口发送 WM_PAINT 消息,从而重新绘制它。
確定! 回上一頁