VB声明 | Declare Function SetForegroundWindow Lib "user32" Alias "SetForegroundWindow" (ByVal hwnd As Long) As Long | 说明 | 将窗口设为系统的前台窗口。这个函数可用于改变用户目前正在操作的应用程序 | 返回值 | Long,非零表示成功,零表示失败。会设置MSITStore:F:\编程\TOOLS\API\VBAPI.CHM::/GetLastError.htm">GetLastError | 参数表 | 参数 | 类型及说明 | hwnd | Long,带到前台的窗口 |
用法为SetForegroundWindow Application.HWND |