IDocHostShowUICE:IUnknown (Windows Embedded CE 6.0)
1/6/2010
Windows Embedded CE extends the MSHTML user interface replacement interfaces that are provided by Internet Explorer for the desktop by providing the IDocHostShowUICE interface. This interface provides methods that you can implement to show message boxes and user input prompts.
Note
This interface should be implemented by the same object that implements IDocHostShowUI.
The following table shows the methods declared in IDocHostShowUICE with a description of the purpose of each.
Programming element | Description |
---|---|
Shows messages that have an associated resource identifier. |
|
Shows custom user input prompts. |
|
Retrieves filename from the File Open and File Save dialog boxes. |
See Also
Concepts
Replacement of the MSHTML User Interface