Jump to content

Sys Tray And Dimension 4 V5.0 Tray Icon?


Recommended Posts

Guest fmaglia
Posted

Hello,

I am a newbie to the AutoIt but I am loving this program!

I am trying to script the configuration of the program Dimension 4 v5.0 from http://www.thinkman.com/dimension4/.

The script to install the program was pretty easy but the problem is I need to get to the config window and the only way is to right-click the tray icon once the program is started.

Does AutoIt have anyway of doing this?

Thank you in advance,

Franco

Guest fmaglia
Posted

Hello Larry,

That worked like a charm! So the final code (for fellow users hitting their head on this) to bring the window is:

AutoItSetOption("WinTitleMatchMode",2)

WinSetState(" - Dimension","",@SW_RESTORE)

WinSetOnTop ( "- Dimension", "", 1 )

Thank you,

Franco

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