Programming "Now Playing" for MSN Messenger

  • Thread starter Thread starter Tommy DN
  • Start date Start date
T

Tommy DN

I've made a program that displays the track that's playing on a
(internet)radiostation. The name of the "now playing" track comes from
the radiostation's website ( from the statusbar using the Internet
Explorer object model ).

Now, I want the name of the track in the person's nickname from MSN
Messenger ( the "now playing" info that actually comes from the Windows
Media Player Music Plugin ). Does anybody know how to do that ( in
VB.Net ) ? I've added references to ShDocVW for getting the name of the
track and WMPlib to play that radiostation's stream.

If you don't understand what I mean, you can check my program at
http://www.station-x.be/c-player.php

I hope somebody can help,

Grtz,
Tommy DN.
 
Michel said:
Dear Tommy DN,

Have a look at: http://www.xihsolutions.net/dotmsn/

Hope it helps,

Michel van den Berg

I've found some VB.Net code on the net and copy/paste it to my project.
Afterwards, you can set your "Now Playing" with the code: "Call
SetMusicInfo("Artist", "Album", "Song") ... and it works fine.

But thanks anyway,

Grtz,
Tommy DN.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top