Yes, but is there a way to keep that track visible within the contact window (and not in the psm) like Windows Live messager Alerts do?
Also, I was just wondering, is there something wrong with:
code:
MsgPlus.DisplayToast(Title, Message, "ringin.wav", "OnToastClick", 1);
as it is not playing the sound, but is showing the toast, whereas
code:
MsgPlus.PlaySound("ringin.wav");
works fine.
Sure i could just use:
code:
MsgPlus.DisplayToast(Title, Message, "", "OnToastClick", 1);
MsgPlus.PlaySound("ringin.wav");