Jump to content

Recommended Posts

Posted

Hi all,

This is my first post here, as I've just discovered AutoIT. I have some scripting/programming experience, but it is very basic. What I want to do (and I was referred to AutoIT on another forum when I asked this question) is fairly basic. I want to be able to control the size and screen position of a Windows application every time it opens. Could someone point me in the right direction or better yet a tutorial that shows me how to do this?

All help appreciated,

bob

Posted

AutoIt tutorials can be found here.

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

I have now looked at WinExists and WinMove and obviously happy that AutoIT will be able to do what I want. Could someone post an example of a script that will check for the existance of a window and then re-size and re-position it?

Thx,

bob

Posted

  On 6/12/2012 at 10:42 PM, 'Kidney said:

If WinExists("Untitled - Notepad") = 1 Then WinMove("Untitled - Notepad", "", 0, 0, 500, 500)

Outstanding... TYVM... Pretty straightforward,

thx

bob

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...