|
CONTROL.Show |
|
|
state = CONTROL.Show( hControl AS HANDLE, [bState AS INTEGER=SW_SHOW] ) AS INTEGER
Sets the specified controls's show state. This can be show, hide, normal or maximized
Constants include in MyBASIC2_Win32.BIS
CONST SW_HIDE = 0 CONST SW_NORMAL = 1 CONST SW_MAXIMIZE = 3 CONST SW_SHOW = 5
|