Makes the dialog window visible.

Syntax:

Show()
Example:
Dim Wnd As HTMLDialogWindow

Set Wnd = Application.Windows.HTMLDialogWindow

Call Wnd.SetHTMLPage("C:\HTML\Test.htm")
Wnd.Show
Remarks: The window closes automatically if the HTML page shown in the dialog window contains a button with ID = "ButtonCancel" that is pressed. The handling of the click event in the HTML page's script is processed before closing.

See also:

Class HTMLDialogWindow


Last Updated: 11/16/04