DLGISDLGMESSAGE, DLGISDLGMESSAGEWITHDLG Dialog Functions: Determine whether the specified message is intended for one of the currently displayed modeless dialog boxes, or a specific dialog box. These routines are only available for Windows.
DLGMODAL, DLGMODALWITHPARENT Dialog Functions: Display a dialog box and process user control selections made within the box. This routine is only available for Windows.
DLGMODELESS Dialog Function: Displays a modeless dialog box. This routine is only available for Windows.
DLGSENDCTRLMESSAGE Dialog Function: Sends a Windows message to a dialog box control. This routine is only available for Windows.
DLGSETCTRLEVENTHANDLER Dialog Subroutine: Lets you assign your own event handlers to ActiveX controls in a dialog box. This routine is only available for Windows.
DLGSETRETURN Dialog Subroutine: Sets the return value for the DLGMODAL function from within a callback subroutine. This routine is only available for Windows.
DLGSETSUB Dialog Function: Assigns your own callback subroutines to dialog controls and to the dialog box. This routine is only available for Windows.
DLGSETTITLE Dialog Subroutine: Sets the title of a dialog box. This routine is only available for Windows.
DLGUNINIT Dialog Subroutine: Deallocates memory associated with an initialized dialog. This routine is only available for Windows.