readmedottxt 1 Posted May 24, 2010 WinMove("Form1", "", Default, Default, 500, 400) All items (buttons, labels etc) move along with the window resize - Can this be prevented? Thanks Share this post Link to post Share on other sites
Yoriz 6 Posted May 24, 2010 Look up GUICtrlSetResizing() in the help file. 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
readmedottxt 1 Posted May 26, 2010 Look up GUICtrlSetResizing() in the help file. That solved it, many thanks! Share this post Link to post Share on other sites