redndahead Posted July 29, 2004 Posted July 29, 2004 Is there a better way to resize a gui window without having to use winmove? red
CyberSlug Posted July 29, 2004 Posted July 29, 2004 http://www.autoitscript.com/forum/index.ph...=3689&hl=resizeHope that helps Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Holger Posted July 29, 2004 Posted July 29, 2004 Do you mean something like "GUIMove" ? Maybe we need a new function... Old project:GUI/Tray menu with icons and colors Other old stuff:IconFileScanner, TriState/ThreeState GUI TreeView, GUI ContextMenu created out of a TreeView
Valik Posted July 29, 2004 Posted July 29, 2004 Do you mean something like "GUIMove" ?Maybe we need a new function... Anybody doing anything serious with a GUI should store the HWND returned by GuiCreate(). Then they can use that HWND with any of the Win* or Control* functions to do anything they want. I don't think wrapping some of the Win* functions is neccesary because there is a safe and easy way to use the already available functions.
redndahead Posted July 29, 2004 Author Posted July 29, 2004 Thanks cyberslug, but I don't want the user to be able to move it just my through my script. But maybe the Option idea will get rid of my problems with using winmove. I just want it to look as good as when your changing tabs in a gui. red
redndahead Posted July 30, 2004 Author Posted July 30, 2004 The winwait delay change made it just about perfect. Thanks red
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