CalcIt Commands

GETWINHANDLE(FormVar, ControlID='')

Returns the Windows handle of Forms or Controls. If the optional parameter ControlID is empty (default value)  then the Form's Windows handle is returned else the Windows handle of any control specified.

Has use for those they want to experiment with Window API using the DLL import facilities of CalcIt.

See also Using Forms, Buffer variables

Go Back