Jump to content

Click a "right click" menu item


Recommended Posts

I don't know of any way to predetermine the context menu options and select a particular one, other than emulating clicks and keyboard keys.

Thanks. I guess I will just give up on that, them. I had already searched without much success.

TL;DR I'm new to autoit or any programming language whatsoever.
Link to comment
Share on other sites

do searches for 'context menu', you will find examples on how to get/click them. Unfortunatly, not all will expose the options on it, and then you get to do relative clicks.

If you use the Window Info tool, and change the Options menu to NOT include a check on the 'freeze' setting, you can do the right click, and get the class of the context menu...which will probably be: Class #32768...

you can then do wingetlist for that class, and loop for the one that is a process of your application

Edited by jdelaney
IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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