#singleinstance force
CoordMode, ToolTip, screen
CoordMode, Mouse, screen
return
;======== show the information from a single tooltip =========
F1::
ControlGetText, tooltip2,,ahk_class tooltips_class32
;tooltip, ******************`n%tooltip2%`n******************, 1300, 300
;sleep, 1000
;tooltip
msgbox, %tooltip2%
return
;======== show the information from a multiple tooltips =========
F2::
WinGet, ID, LIST,ahk_class tooltips_class32
tt_text=
Loop, %id%
{
this_id := id%A_Index%
ControlGetText, tooltip2,,ahk_id %this_id%
tt_text.= "******************`n" tooltip2 "`n******************`n"
}
;tooltip, %tt_text%, 300, 300
msgbox, %tt_text%
;sleep, 3000
;tooltip
return
2013年1月21日 星期一
ControlGetText example
reference
Labels:
Autohotkey
在文字的世界裡尋找心靈的共鳴,遠山藍以溫柔的筆觸分享書籍的力量與生活的智慧。無論是細膩的書評、深刻的人生感悟,還是技術與創新的新奇發現,每篇文章都是一次內心的療癒旅程。希望透過閱讀,帶領讀者在忙碌的生活中找到一片寧靜與啟發。讓我們一起,在書香中遇見更好的自己!
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言