Jump to content

Recommended Posts

Posted (edited)

That is because it’s built with qt widgets. You can use UIAutomation udf 

Edited by Earthshine

My resources are limited. You must ask the right questions

 

Posted

If you don't want to use UIAutomation, you can usually use Send commands to get the menu commands instead of the buttons themselves.

For example, this will navigate to File -> Save As in most programs

SendKeepActive("Your Window Title")
Send("!f") ;" != Alt"
Send("a")
SendKeepActive("")

 

All my code provided is Public Domain... but it may not work. ;) Use it, change it, break it, whatever you want.

Spoiler

My Humble Contributions:
Personal Function Documentation - A personal HelpFile for your functions
Acro.au3 UDF - Automating Acrobat Pro
ToDo Finder - Find #ToDo: lines in your scripts
UI-SimpleWrappers UDF - Use UI Automation more Simply-er
KeePass UDF - Automate KeePass, a password manager
InputBoxes - Simple Input boxes for various variable types

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...