Jump to content

manage system tray


Guest CBOB
 Share

Recommended Posts

Hello,

I am new in this forum and new with AutoIt. I have the follwoing problem an I hope, that AutoIt -and you- can help me.

here are some details:

- a program is running (F5 VPN client) and is minimized to the system tray (not in the task bar)

- the program is resize to a window if the user is cklick on the system tray icon

BUT:

- the user can't cklick on the system tray icon, because the task bar with system tray is hidden on this specific hardware system

- and the user don't have a mouse on this specific hardware to cklick

I know, it is possible with AutoIt to get the processID. But how can I resize the programm from system tray with this processID?

Thank You

Christian

Link to comment
Share on other sites

Hi,

I have found the solution by myself.

AutoItSetOption( "WinTitleMatchMode", 2) ; because th exact title is unknown

WinSetState("F5 VPN Client", "", @SW_SHOW)

WInActivate("F5 VPN Client", "")

bye Christian

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