Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
read tooltip
#1
any way to read a tool tip using qm?
#2
Macro
Trigger F12     Help - how to add the trigger to the macro
Code:
Copy      Help
;gets text of currently visible tooltip
int h=win("" "tooltips_class32" "" 0x400)
if(h)
,Acc c=acc(h)
,out c.Name
#3
perfect thank you


Forum Jump:


Users browsing this thread: 1 Guest(s)