win32gui.ShowWindow


设置指定窗口的显示状态。

摘      自: ShowWindow 函数 (winuser.h)

另请参阅:

Basic Usage     Detailed Usage

Python

win32gui.ShowWindow(hWnd, win32con.SW_SHOWNORMAL)
			

C++

BOOL ShowWindow(
  [in] HWND hWnd,
  [in] int  nCmdShow
);
			

 

Copyright Notice: This article is an exclusive original manuscript, copyright belongs to Happy Digits Software , shall not be reproduced without permission.