Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Different window class every launch
#2
Within "win" you can use wildcards for the "class" parameter:

Macro Macro3
Code:
Copy      Help
int w
;w=win("Mozilla Firefox" "MozillaWindowClass") ;; The actual 'win' definition
w=win("Mozilla Firefox" "MozillaWi*") ;; Alternative version, uses '*' (put cursor on 'win' then press [F1])

;; Could try this for 'Camtasia' code:
int w1=act(win("Camtasia 9" "HwndWrapper[CamtasiaStudio.exe*]"))


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)