Share via


Windows Media Player 11 SDK THEME.showErrorDialog 

Windows Media Player SDK banner art

Previous Next

THEME.showErrorDialog

The showErrorDialog method displays the standard error dialog box.

Syntax

  
    
  

Parameters

This method takes no parameters.

Return Values

This method does not return a value.

Remarks

If *Settings.*enableErrorDialogs is false, this method can be used to programmatically display the error dialog. If there are no errors in the error queue, the error dialog box is not shown.

For Windows Media Player 9 Series or later, this method must be called from the error event handler. Windows Media Player 9 Series or later clears the error queue for skins after the error event has been fired.

Requirements

Windows Media Player version 7.0 or later.

See Also

Previous Next