|
|
is there anyone know how to show a dialog box or a message box in a WMP Plugin? the WMP Plugin said that cannot show a dialog box directly in a plugin,the user should follow the following 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.
but because of my lack of ATL knowledge,i do not know how to implement it ? is there anyone can tell me how to implement it???thanks a lot
|
|
|