code:
MsgPlus.PlaySound("C:\temp\wlm\sounds\messenger\03_newalert.wav")
has to be
code:
MsgPlus.PlaySound("\C:\temp\wlm\sounds\messenger\03_newalert.wav")
as it's an absoloute path, not relative. (Just for future reference
)
Even though it's not what you need, I think it might be the closest you can get