MHWHIDE

Use this routine to hide a window (or control, like a session panel button).

; disable the REMOCC button
$50="Rem_occ.UPANEL.A Test Application"
perform "_getowhnd"
if ($status < 0) done
$52=0 ; ie: hide, $52=1 the action would be SHOW
perform "_mhwhide"

Notes:

This function is only available under Win32 platforms (ie: Windows 95/98/ME and NT/2000).

$Revision: 1.9 $ $Date: 2003/07/16 00:34:42 $[go to top]