up vote 2 down vote favorite
share [g+] share [fb]

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?

link|improve this question
feedback

2 Answers

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.

link|improve this answer
I'm using Snarl for other apps but I could not find a way to have WMP display the track info in Snarl. – Snark Nov 6 '09 at 12:07
hence the 'maybe', i'm not using the software but i remember it being advertised somewhere as 'Growl for Windows'. – Molly7244 Nov 6 '09 at 12:41
feedback

You want to create a Windows Media Player plug-in.

To do this, you would use the Windows Media Player SDK:

http://msdn.microsoft.com/en-us/library/aa393415(VS.85).aspx

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:

http://wmppluginsnet.codeplex.com/
link|improve this answer
can't believe that nobody wrote a plugin like that for now. but can't a plugin like that. looks like I#ll have do write it by myself. time to get around c++. ;) – user13497 Oct 9 '09 at 9:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.