quote:
Originally posted by CookieRevised
quote:
Originally posted by Millenium_edition
example:
http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=61058&lngWId=1
i haven't checked the code, but this should do it.
a plugin must simply send a specific string to msn mesenger using the SendMessage API, that's all, nothing more...
All the mumbo jumbo shown in that code is redundant... The only thing you need is shown in the SetMusicInfo procedure in Module1.bas of that code...
Also see:
http://www.msnfanatic.com/articles/msn-messenger-...ying-song-376.html
Thanks for the links guys, looking at them now
EDIT: CookieRevised, i have had a look at your the thread on MSNFanatic. I have tried the VB code, however it does not add the song info from my application into the MSN Messenger PSM. I assum you need to change some code for the specific application.
I changed the following code
code:
SendSong("Title","Artist","Album")
to
code:
SendSong(SongTitle,"","")
SongTitle is a variable i have within my application which store the Title of the song being played. I also left the Artist & Albumm black, as i just want the song title (just while i was testing it, once it works i will add the artist and album info)
However my changed code does not add the content of the SongTitle variable to the PSM. I also left the code as you gave it, but even then it does not add "Title" as the song title as i would expect. Is my understanding of this wrong?
(Apologies for posting about this problem in this thread and not creating a new one)
Please can you help
Salem