RESIZE_WINDOW@

Platform

Win32, x64

Purpose

To resize a window given its window handle.

Syntax

SUBROUTINE RESIZE_WINDOW@( HWND, WIDTH, HEIGHT )
INTEGER(7) HWND
INTEGER WIDTH, HEIGHT

Description

HWND is typically a value obtained by using %hw (Handle) or %lc (Handle of Last Control). WIDTH and HEIGHT are input as the new size of the window in pixels.

See GET_WINDOW_LOCATION@ and its associated notes.

See also

MOVE_WINDOW@

 

 

Basket
Empty
 
Copyright © 1999-2024 Silverfrost Limited