Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Question
#1
How can I make a macro to work without taking control of the mouse.Which type of command would actually do that? :?:
#2
Try accessible objects. Use "Find accessible object" dialog to find object (button, etc). Then, use "Do default action" from "Accessible object actions" dialog.

Example. Click "5" button in Calculator.

Code:
Copy      Help
Acc a=[color=blue]acc[/color]("5" "PUSHBUTTON" "Calculator" "Button" "" 0x1001)
a.DoDefaultAction


Forum Jump:


Users browsing this thread: 1 Guest(s)