Well... I'm trying to make a splash, but with the current xml code, it dosent seem to work
...
code:
<Interfaces xmlns="urn:msgplus:interface" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsichemaLocation="urn:msgplus:interface PlusInterface.xsd">
<Window Id="abt" Version="1">
<Position Width="419" Height="284"/>
<Elements>
<Element xsi:type="Image" Id="Background">
<Position Top="0" Left="0" Width="419" Height="284"/>
<Name>splash</Name>
<Format>PNG</Format>
</Element>
</Elements>
</window>
</Interfaces>
And I call it like this:
code:
var WndAbt = MsgPlus.CreateWnd("splash.xml", "Abt");
Please advice me as to what I should do to rectify this, I tried searching for splash but nothing came out. Is it possible to make windowless images in Messenger Plus?