Jump to content

Recommended Posts

Posted

I need to right click an icon from systray hidden items and then select from the menus   in Windows 10. I'm successful in locating the element but I am unable to right click the icon from the

hidden items. PFA the code. The click doesn't work . Any help on this regard would be really appreciated. 

regards,

Jai

 

 

 

auto11.au3

Posted (edited)

It looks like you will need to click on the up arrow first, then you'll be able to use _GUICtrlToolbar_ClickButton. This worked for me, but double check yours with Au3Info

ControlClick("[CLASS:Shell_TrayWnd]", "", 1502)
Edited by seadoggie01

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

Posted

Thanks for the info. I tried this as well but it opened the hidden tray with this statement but then opened the Taskmanager properties instead of right clicking the icon that I was looking for.

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
×
×
  • Create New...