Example
The following example creates a custom dialog box.
Visual Basic
Sub fpSpread1_PrintMsgBox (. . .)
Processed = True
If OpenMsgBox Then
myMsgBox.txtText.Text = Text
myMsgBox.Show
Else
myMsgBox.Hide
End If
End Sub