◄Up► ◄Contents► ◄Index► ◄Back► ─────PWB Extensions───────────────────────────────────────────────────────── Syntax: flagType Resize( PWND Window, ARC Rectangle ); Returns: True if resizing was successful, otherwise false. See: CloseWnd, NewWindow, SplitWnd, ◄ARC type► ◄Using Windows► Resize changes the size of a window specified by <Window>. The <Window> handle must have been obtained earlier by using NewWindow, SplitWnd or GetEditorObject. The coordinates of the requested new size are determined by <Rectangle>. Resizing cannot take place if the new size is too small, too large, or moves the window off the screen. All windows must be at least five lines high and ten columns wide. -♦-