MSHTML Functions
This section contains a list of functions that you use to add a dialog box to your application.
Functions
| Topic | Contents |
|---|---|
| CreateHTMLPropertyPage |
Creates a property page that displays HTML. |
| IEIsXMLNSRegistered |
Determines if the specified XML namespace is registered. |
| IERegisterXMLNS |
Registers the XML namespace. |
| ShowHTMLDialog |
Creates a modal dialog box that displays HTML. |
| ShowHTMLDialogEx |
Creates a trusted dialog box that displays HTML. |
| SHOWHTMLDIALOGEXFN |
Defines the function type for the ShowHTMLDialogEx function. |
| SHOWHTMLDIALOGFN |
Defines the function type for ShowHTMLDialog. |
| ShowModelessHTMLDialog |
Creates a modeless dialog box that displays HTML. |
| SHOWMODELESSHTMLDIALOGFN |
Defines the function type for ShowModelessHTMLDialog. |
| TriggerFileDownload |
Directs Windows Internet Explorer to download a file. |
Show: