don't know how it's really called. i'm looking for a way to display a short message above the try after a new song begins to play. something like (or with?) growl fpr windows?
|
maybe this will work for you: Snarl is a notification system for Windows. It provides a standard, simple way for applications to notify the user of events. | |||||
feedback
|
|
You want to create a Windows Media Player plug-in. To do this, you would use the Windows Media Player SDK:
The core SDK requires that you code in C++, however using this project you could use C# in the future though currently it only supports visualizations:
| |||
feedback
|
