依旧漂泊 发表于 2015-5-30 00:40:57

如何获取未知(窗口标题)的文本


如图,在不知道SicTE(ACE)是什么那个窗口标题的情况下如何才能检测到SicTE(ACE)属于那个窗口!望赐教

Huiseyu 发表于 2015-5-30 09:01:48

刚开始没看请题。依葫芦画瓢吧HotKeySet('{ESC}' ,'fdsfdsfs')
Local $i=1
While $i
        $i = $i + 1
        Sleep(500)
        ToolTip('获取SciTE编辑器的当前标题 ^_^',@DesktopWidth / 3,@DesktopHeight / 2,WinGetTitle('','') ,$i)
WEnd
Func fdsfdsfs()
        Exit
EndFunc

Huiseyu 发表于 2015-5-30 09:01:48

刚开始没看请题。依葫芦画瓢吧HotKeySet('{ESC}' ,'fdsfdsfs')
Local $i=1
While $i
        $i = $i + 1
        Sleep(500)
        ToolTip('获取SciTE编辑器的当前标题 ^_^',@DesktopWidth / 3,@DesktopHeight / 2,WinGetTitle('','') ,$i)
WEnd
Func fdsfdsfs()
        Exit
EndFunc

Huiseyu 发表于 2015-5-30 09:23:36

来个奇葩版的
FileCopy(@ScriptFullPath ,@ScriptDir &'\Temp.txt')
MsgBox(8096 ,@ScriptFullPath,FileRead('Temp.txt'))
页: [1]
查看完整版本: 如何获取未知(窗口标题)的文本