Jump to content
Macro Express Forums

Drewster

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Drewster

  1. I want to move a window to the bottom left if it's not in the right place AND if it's not minimized.

     

    1- What's the best way to check if it's in the bottom-left position? I am checking to see if it's on the left.

     

    2- What's the best way to tell the state (minimimized, maximized, normal) of a window? I want the macro to trigger if it's not minimized. Currently my macro triggers if it's the active window. If two programs are running, one is the program I want to resize, and I close the other then the macro runs even if it's minimized.

     

    Here's my macro:

     

    Variable Set Integer N2 from Left of Window

    If N2 <>0

    If Window <mytitle> is on top

    Window Reposition current window to Bottom Left

    End If

    End If

     

    Thank you for any help you can provide. I seached the KB at macros.com but came up empty.

     

    -Drew

×
×
  • Create New...