01-21-2017, 04:18 PM
Within "win" you can use wildcards for the "class" parameter:
Macro Macro3
Macro Macro3
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*]"))