Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Find All Open Programs
#38
you can get the window order on taskbar with acc.
change "Ausgeführte Anwendungen" to the english equivalent.

Code:
Copy      Help
Acc a=acc("Ausgeführte Anwendungen" "TOOLBAR" win("" "Shell_TrayWnd") "ToolbarWindow32" "" 0x1001)
a.Navigate("first");
rep
,out a.Name
,a.Navigate("next")
,err break

how to navigate to it when using the parent as start to avoid the language problem ?
Code:
Copy      Help
Acc a=acc("" "CLIENT" win("" "Shell_TrayWnd") "MSTaskSwWClass" "" 0x1000)
pi


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)