IHostDialogHelper interface
Provides a method to create a trusted, modal dialog box that displays HTML.
Members
The IHostDialogHelper interface inherits from the IUnknown interface. IHostDialogHelper also has these types of members:
Methods
The IHostDialogHelper interface has these methods.
| Method | Description |
|---|---|
| ShowHTMLDialog |
Creates a trusted, modal dialog box that displays HTML. |
Remarks
To get an IHostDialogHelper interface pointer, call CoCreateInstance by using CLSID_HostDialogHelper for the CLSID and IID_IHostDialogHelper for the IID.
Dialog boxes that are created with ShowHTMLDialog are trusted and do not have a user interface that identifies them as Windows Internet Explorer dialog boxes.
Requirements
|
Minimum supported client |
Windows XP, Windows 2000 Professional |
|---|---|
|
Minimum supported server |
Windows Server 2003 |
|
Header |
|
|
IDL |
|
|
DLL |
|
Show: