quote:
Originally posted by kvnhmmd
You know what would be cool? That alert that pops up when you sign in that tells you that Toast Message is on, if there was an audio clip that went with that, sorta like the Messenger notify sound, that would be sweet. And also an audio sound with the message that says Toast Message is on/off. Are you able to do that? Or is that too much work, or are you able to tell me what to do to make it do that?
sorry about the very late reply
for some reason i didn't get a notification about that post
anyways...
in my script, where you see something like
MsgPlus.DisplayToast("Toast Message","Toast Message is ON"); just add the sound as a third parameter.
check the scripting documentation (
http://mpscripts.net/docs.php?p=ref-msgplus-displaytoast.htm)
p.s. really minor update attached, but significantly different to what's on the first page of this thread. i just added an extra try/catch so that no registry call is unsafe.