readmedottxt Posted May 24, 2010 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
Yoriz Posted May 24, 2010 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.
readmedottxt Posted May 26, 2010 Author Posted May 26, 2010 Look up GUICtrlSetResizing() in the help file. That solved it, many thanks!
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