Shoutbox

Help - How to display a toast? - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: Help - How to display a toast? (/showthread.php?tid=27871)

Help - How to display a toast? by sachin on 06-29-2004 at 10:03 AM

Hello,

can someone help me display a toast on msn messenger?  I can't find it on the API

Thanks


RE: Help - How to display a toast? by Dempsey on 06-29-2004 at 10:30 AM

You can dispaly a Plus Toast from a plugin, which you can make in C, VB, Delphi, VB.NET

Plugin Info


RE: Help - How to display a toast? by RaceProUK on 06-29-2004 at 07:39 PM

The function is called DisplayToast().

If you want, you can go to my site and download my Plugin Author's Guide, along with the sample code. The 'ToastsGalore' sample shows how to use DisplayToast() in C++ (in VB its similar but easier).


RE: Help - How to display a toast? by sachin on 07-02-2004 at 08:35 AM

Thanks,

I am actually making a program to interact with msn messenger, without using Messenger Plus in VB.Net.

I would like to know if there is a simpler way to pop-up a toast, just like the dimension plugin where the user can make toasts.

The DisplayToast function seems complicated to me, plz help.
Thank you.