Posts: 576
Threads: 97
Joined: Aug 2007
any way to read a tool tip using qm?
Posts: 12,066
Threads: 140
Joined: Dec 2002
Macro
Trigger
F12
;gets text of currently visible tooltip
int h=win("" "tooltips_class32" "" 0x400)
if(h)
,Acc c=acc(h)
,out c.Name
Posts: 576
Threads: 97
Joined: Aug 2007