Dialog Function List

 

 

Dialog( dialog-name [, ignore-flag] )

Displays a user-defined dialog box.

DialogControlGet( dialog-handle, control-name, request-code [, request-value] )

Returns text and state information associated with a control.

DialogControlSet( dialog-handle, control-name, request-code, set info )

Changes the text or appearance of a control.

DialogControlState( dialog-handle, control-name, request-code, style )

Changes a controls style or give control input focus.

DialogObject( dialog-handle, control-name, request-code, event-name/image-file, event-id )

Interacts with COM controls in a dialog callback procedure.

DialogProcOptions( dialog-handle, event-code, on-off-time )

Controls when the User-Defined-Callback procedure is called by its associated dialog.

 

§         Dialog

§         Dialog Functions

§         Dialog Control Types

§         Dialog Fonts

§         Dialog Units

 

Control Types

§         Calendar

§         Checkbox

§         ComControl

§         DropListbox

§         Editbox

§         FileListbox

§         Groupbox

§         Itembox

§         MenuBar

§         MenuItem

§         MultiLinebox

§         Picture

§         PictureButton

§         PushButton

§         RadioButton

§         ReportView

§         Spinner

§         StaticText

§         VaryText