win32gui.SetForegroundWindow


激活指定窗口并将其设为当前。

摘      自: SetForegroundWindow 函数 (winuser.h)

另请参阅:

基本用法     详细用法

Python

win32gui.SetForegroundWindow(hwnd)
			

C++

BOOL SetForegroundWindow(
  [in] HWND hWnd
);
			

 

版权声明: 本文为独家原创稿件,版权归 乐数软件 ,未经许可不得转载。