quote:
Originally posted by Mike2
Actually, you can do it easily with a plugin by using the PlaySound api
MsgPlus! uses the MCISendString api that works when another sound is playing.
The PlaySound api is only playing a sound if another sound is playing.
So when your contact sends you a sound, and the window doesnt have focus, the sound will try to play but the sound that is played when a message is received, will stop it...
The downside is, that the other user would need the plugin.
Also, I believe that it's illegal to extract the sound from Messenger Plus!...
i dont think this is what he is looking for.
i think he just wants a predefined sound to play everytime a new message is recieved even if the window is in focus.
sure the mciSendString call would work but how can a plugin know when new text is recieved from a contact, not typed in from the user? without both sides having the plugin and sending the special 5 char notify code?