Jump to content

Sys Tray And Dimension 4 V5.0 Tray Icon?


Guest fmaglia
 Share

Recommended Posts

Guest fmaglia

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

Link to comment
Share on other sites

Guest fmaglia

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

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