quote:
Originally posted by NiteMare
you've left in too much of the eplination stuff in there, try this:
code:
function OnEvent_MyStatusChange(NewStatus){
If (NewStatus == "4"){
Messenger.Blocked("xxxx@xxxx.nl");
MsgPlus.DisplayToast("Sander", "Sander heeft je geblokkeerd." ," C:\Program Files\MSN Messenger\online.wma");
}
}
Secondly, the DIsplay Toast does not support wma files
"Messenger.Blocked("xxxx@xxxx.nl");"
What's that supposed to do? It's never gonna work...