Jump to content

Recommended Posts

Posted (edited)

I running this script to get buttons number and close some of them then

#Include <GuiToolBar.au3>
$hSysTray_Handle = ControlGetHandle('[Class:Shell_TrayWnd]', '', '[Class:ToolbarWindow32;Instance:1]')
$iSystray_ButCount = _GUICtrlToolbar_ButtonCount($hSysTray_Handle)

I expect that $iSystray_ButCount will contain number of buttons in system tray, but it is equal to 1 after the script.

How I can get system tray buttons to close some of them?

PS: I found this old topic but it doesnt work as is

 

Edited by sulfur
explained more

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...