RE: OnEvent_MyMediaChange(
The OnEvent_MyMediaChange event is fired when the current Messenger user changes or removes its "current media".
In other words when, for instance, a song is changed in Windows Media Player it changes the Currently Playing song. When that happens this function is called. It does not allow you to change the MyCurrentMedia property.
The Messenger::MyCurrentMedia property returns the current "media" associated with the the current Messenger user. It is typically a song's title or a game's name.
This is is the property that will let you show a different song in your PSM. However if you simply want to change the Personal Message (not using the Music style) then use Messenger.MyPersonalMessage
|