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.11 $ $Date: 2011/02/28 02:56:32 $[go to top]