code:
function OnEvent_ChatWndCreated(Origin)
{
if (Origin = Messenger.MyName)
{
MsgPlus.DisplayToastContact(Origin ,"Opened a Chat Window With", Origin ,"CHIMES.WAV");
}
}
Ok you can see what code I have, now, I am trying to get it so that My name shows up at the top of the Toast Box (does that fine), Has a message (does that fine), and also shows the name of the person that I open a ChatWindow with (That I have spend 3 days trying to do. and it wont)
can someone help me?
code:
Vexor
Opened a Chat Window With
Contact
That is what I want it to basically look like.