Hyflex Posted April 10, 2010 Share Posted April 10, 2010 Basically, I want a script to run in the background and when it detects a spesific window for it to move to XX coordinates on screen. Title: [#] [P2] Xa S [#] Class: Sandbox:P2:Xa S 3 windows are running in sandboxie and 1 is normal. Link to comment Share on other sites More sharing options...
Yoriz Posted April 10, 2010 Share Posted April 10, 2010 Create a loop that checks if the window exists using 'WinExists', if it finds that it does use 'WinMove' to place it in the required position. GDIPlusDispose - A modified version of GDIPlus that auto disposes of its own objects before shutdown of the Dll using the same function Syntax as the original.EzMySql UDF - Use MySql Databases with autoit with syntax similar to SQLite UDF. Link to comment Share on other sites More sharing options...
Hyflex Posted April 10, 2010 Author Share Posted April 10, 2010 Create a loop that checks if the window exists using 'WinExists', if it finds that it does use 'WinMove' to place it in the required position.I have no idea why i didn't think of winexists lol.Thanks, done Link to comment Share on other sites More sharing options...
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