Skip to content

FormShowConstants

Modality values for the Modal argument of a form's Show method.

ConstantValueDescription
vbModeless0The form is shown modeless: the calling code continues immediately and the user can interact with other windows in the application.
vbModal1The form is shown modal: the call does not return until the form is closed, and the user cannot interact with other windows in the application until then.

twinBASIC and LOGO copyright of "WaynePhillipsEA" author