quote:
Originally posted by thekid
Matty,
Your program works the other way around.
kierant wants: if status = online, then show "what i'm listening to"
else don't show it.
I also notice that the "what i'm listening to" is only turn on/off on my own client, but it still shows the song to other contacts.
I don't see how its possible...
If objMessengerAPI.MyStatus = MISTATUS_ONLINE Then
SetDWordValue "HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger\PerPassportSettings\" & msnID, "ShowTransientPSM", 1
Else
SetDWordValue "HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger\PerPassportSettings\" & msnID, "ShowTransientPSM", 0
End If
Anyways it does work I tested it... not sure whats up with kierant's PC. Did you try restarting? Shouldn't be necessary but still.
And does it show up in the Plugins section for Plus!?
quote:
Originally posted by thekid
I also notice that the "what i'm listening to" is only turn on/off on my own client, but it still shows the song to other contacts.
Not sure how thats possible cause that reg key prevents MSN Messenger from accepting PSMs from programs.