摘要:
DWORD dwExStyle = GetWindowLong(hWnd, GWL_STYLE); dwExStyle &= ~(WS_VISIBLE); dwExStyle |= WS_EX_TOOLWINDOW; dwExStyle &= ~(WS_EX_APPWINDOW); SetWindowLong(hWnd, GWL_STYLE, dwExStyle); ShowWindow(hWnd, SW_SHOW); ShowWindow(hWnd, SW_HIDE); UpdateWindow(hWnd); 阅读全文
posted @ 2012-10-23 22:31
94cool
阅读(4227)
评论(0)
推荐(0)
浙公网安备 33010602011771号