quote:
Originally posted by Shondoit
Why do you want to kill it?
MP!L has a lot of options for toast, you could turn toasts off for some events...
in my script clicking the toast focuses the conversation window. i want to make it so that if the user focuses the conversation window themself the toast kills itself. also, multiple toasts might be made for the same conversation window. i want to make it so that clicking one of them kills them all.
quote:
Originally posted by Stigmata
the way i used to do it in a old old old program
subclass messenger (tutorial in vb: http://forum.mess.be/index.php?showtopic=52&view=findpost&p=131134)
if i get a popup with the class name of the toast just used send message WM_Close...
and hey presto
thanks
i haven't coded in vb for at least seven years. is it possible to register the dll then call everything from jscript?