Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.gif)
| Previous | Next |
Displaying Modal User Interfaces
UI plug-ins should not display modal dialog boxes or message boxes in response to method calls from Windows Media Player. For example, do not display a message box from your implementation of IWMPPluginUI::Create.
If you must display a dialog box or message box from a UI plug-in method implementation that is called by the Player, you must follow these steps:
- Register a new window message using RegisterWindowMessage.
- Send the window message you registered to your UI plug-in window using PostMessage.
- Show the dialog box or message box from the message handler for your new window message.
See Also
| Previous | Next |