Hyflex 2 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. Share this post Link to post Share on other sites
Yoriz 6 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. Share this post Link to post Share on other sites
Hyflex 2 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 Share this post Link to post Share on other sites