如何获取未知(窗口标题)的文本
如图,在不知道SicTE(ACE)是什么那个窗口标题的情况下如何才能检测到SicTE(ACE)属于那个窗口!望赐教 刚开始没看请题。依葫芦画瓢吧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
刚开始没看请题。依葫芦画瓢吧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
来个奇葩版的
FileCopy(@ScriptFullPath ,@ScriptDir &'\Temp.txt')
MsgBox(8096 ,@ScriptFullPath,FileRead('Temp.txt'))
页:
[1]