Shoutbox

[help] DisplayToast - 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)
+----- Thread: [help] DisplayToast (/showthread.php?tid=89399)

[help] DisplayToast by hajani on 02-26-2009 at 11:30 AM

how is it possible to insert a picture to a "toast"?


RE: [help] DisplayToast by SmokingCookie on 02-26-2009 at 11:58 AM

AFAIK it's impossible.

Nice suggestion though..


RE: [help] DisplayToast by Jesus on 02-26-2009 at 01:16 PM

You could extract the xml code of the toast window from MsgPlusLiveRes.dll and edit it to contain a picture (or use the one that has the picture container in it already)

The dll is located in de Messenger Plus! Live installation folder. You can extract the resources using e.g. ResHacker.

Using this method, you'll have to show and hide the window yourself (through scripting), so you can't use MsgPlus.DisplayToast().


RE: [help] DisplayToast by SmokingCookie on 02-27-2009 at 09:02 AM

Yeah, well that'd require to figure out the taskbar rectangle, move the 'toast' window every pixel and have some way tofigure out whether it'sbeing (right)clicked.