Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
different actions based on window focus, same trigger
#2
if(id(30003 f.hwnd)) ret "Macro1"
if(wintest(f.hwnd "" "CabinetWClass")) ret "Macro2"
if(wintest(f.hwnd "Save As" "")) ret "Macro2"
if(wintest(f.hwnd "Save Attachment" "")) ret "Macro2"
if(wintest(f.hwnd "New Folder" "")) ret "Macro2"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)