Guest CBOB Posted August 19, 2005 Posted August 19, 2005 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
Guest CBOB Posted August 19, 2005 Posted August 19, 2005 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now