Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how can i get the menu items
#2
Example 1

Code:
Copy      Help
Acc a=acc("Application" "MENUBAR" "Notepad" "Notepad" "" 0x1001 0 0 "first")
rep
,str s=a.Name
,out s
,a.Navigate("next"); err break

Example 2

Code:
Copy      Help
Acc a=acc("File" "MENUITEM" "Quick Macros" "ToolbarWindow32" "" 0x1001)
rep
,str s=a.Name
,out s
,a.Navigate("next"); err break


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)