Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Firefox tab macro
#2
Macro Macro2442
Code:
Copy      Help
int hwnd=TriggerWindow
;hwnd=_hwndqm ;;to test without FF
str st1.getwintext(hwnd)
SetTimer(0 1 500 &sub.Timer)
_s="1[]2"
_i=ListDialog(_s "" "QM - FF select" 0 0 0 0 5)
str s.getl(_s _i-1)
s.setclip


#sub Timer v
function hwnd0 uMsg idEvent dwTime

str st2.getwintext(hwnd)
;out st2
if st2!=st1
,clo win("QM - FF select" "#32770" GetCurrentProcessId)

err+ end


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)