Shoutbox

ImageControl - 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: ImageControl (/showthread.php?tid=93773)

ImageControl by zeroip on 02-06-2010 at 12:27 PM

How i can create an ImageControl with an image path like: C:\folder\image.jpg ?


RE: ImageControl by matty on 02-06-2010 at 01:33 PM

pPlusWnd is the object returned from MsgPlus.CreateWnd or MsgPlus.CreateChildWnd

Javascript code:
pPlusWnd.ImageElmt_SetImageFile('ImgMyImage', '\\C:\\folder\\image.jpg');


[Image: attachment.php?pid=986901]