redndahead 0 Posted July 29, 2004 Is there a better way to resize a gui window without having to use winmove? red Share this post Link to post Share on other sites
CyberSlug 6 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! Share this post Link to post Share on other sites
Holger 14 Posted July 29, 2004 Do you mean something like "GUIMove" ? Maybe we need a new function... Old project:GUI/Tray menu with icons and colorsOther old stuff:IconFileScanner, TriState/ThreeState GUI TreeView, GUI ContextMenu created out of a TreeView Share this post Link to post Share on other sites
Valik 478 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. Share this post Link to post Share on other sites
redndahead 0 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 Share this post Link to post Share on other sites
redndahead 0 Posted July 30, 2004 The winwait delay change made it just about perfect. Thanks red Share this post Link to post Share on other sites