Swimming_Bird Posted July 18, 2006 Posted July 18, 2006 Is there any command to set the size of the gui? or do i have to delete it and recreate it?
rakudave Posted July 18, 2006 Posted July 18, 2006 (edited) Moves and/or resizes a window: WinMove ( "title", "text", x, y [, width [, height]] ) Parameters title: The title of the window to move/resize. See Title special definition. text: The text of the window to move/resize. x: coordinate to move to. y: coordinate to move to. width [optional] :New width of the window. height [optional] :New height of the window. Edited July 18, 2006 by rakudave Pangaea Ruler new, UDF: _GUICtrlCreateContainer(), Pangaea Desktops, Pangaea Notepad, SuDoku, UDF: Table
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