隐藏(HOME)/显示(END)
把要隐藏/显示的窗口放在最前面
按“HOME”隐藏
按“END”显示
运行环境:分辨率:1024×768 色深:32位 操作系统:Windows XP 按键精灵版本:7.00.4148
@aa8551758 2009/6/22
Plugin Hwnd = Window.Foreground() Rem 回 WaitKey o If o=36 //下面这句是隐藏窗口 Plugin Window.Hide(Hwnd) Delay 500 Goto 回 Else If o=35 //下面这句是显示窗口 Plugin Window.Show(Hwnd) Delay 500 Goto 回 Else Delay 500 Goto 回 EndIf EndIf
按键精灵窗口显示与隐藏
按键精灵+按键让窗口隐藏
Plugin Window.Show
按键精灵++窗口show
按键精灵的show事件
Plugin.window.show(Hwnd)
按键精灵显示信息
按键精灵隐藏窗口