yair Posted April 24, 2010 Posted April 24, 2010 hi, i would like to have a script that will "shrink" (auto-resize)a folder window based on the amount of files/folders in it. example: from this> to this> any pointers?
Yoriz Posted April 24, 2010 Posted April 24, 2010 (edited) you could use _GUICtrlListView_ApproximateViewRect to find what size the listview control would need to be and then resize it, and the parent window to suit. Edited April 24, 2010 by Yoriz 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.
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