HTMLPopup

This method displays an HTML pop-up window that contains Microsoft Internet Explorer browser. Use this window to display any text or HTML content. It's especially recommended to use the HTML pop-up window when you need the window to float above the 3D window area. Attempting to display an IFrame, Div, or transparent windows above the 3D window may cause flickering.

Unlike IObjectManager51::CreateMessage this method does not create a referencable message object that can be edited after creation.

 

Note: The HTML pop-up window is a separate browser window.

 

HRESULT HTMLPopup(

[in] MsgType Type,

[in] int X,

[in] int Y,

[in] int Width,

[in] int Height,

[in] BSTR Caption,

[in] BSTR Content,

[in, optional, defaultvalue(0)] long Flags,

[in, optional, defaultvalue(0)] int Timeout)

Parameters:

Return Values:

S_OK if the method call succeeded.