Modifying window properties during runtime

kandarpmistry

New member
Dear Sirs,

How can you disable/enable minimize, maximize, restore buttons of a window or resize a window during runtime using ExeOutput for PHP HEscript functions. Kindly reply soon.

Kind Regards,

Kandarp Mistry.
 
Last edited:
You can hide caption buttons with:
SetUIProp(“bsBusinessSkinForm1”,“HideCaptionButtons”,“TRUE”);
 
Last edited:
Back
Top