Shoutbox

[Help] Windows Live Messenger 9 - 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: Skinning (/forumdisplay.php?fid=41)
+----- Thread: [Help] Windows Live Messenger 9 (/showthread.php?tid=81215)

[Help] Windows Live Messenger 9 by squallxxx on 01-26-2008 at 12:28 AM

Hi I am Brazilian . i am try change the background of screen start of Windows Live Messenger 9 with this:

<SkinInfo>
    <Information>
        <Name>Test Skin</Name>
    </Information>

    <MessengerSkin>
        <ResGroup>
            <Restrictions>
                <MsgVersions>
                    <Version Major="8" Minor="5"/>
                </MsgVersions>
            </Restrictions>

            <Resources>
                <Replace>
                    <Strings>
                        <String Id="61288">Hello World!</String>
                    </Strings>

                    <Graphics><Pictures>
                        <Picture Id="20061">
                            <File>clouds.jpg</File>
                        </Picture>
                    </Pictures></Graphics>
                </Replace>
            </Resources>

        </ResGroup>
    </MessengerSkin>
</SkinInfo>



How i do to work in Windows live messenger 9?
What i change?
You can should rewrite with the change.

Pleaseeee!!!!    Thankssssss


RE: [Help] Windows Live Messenger 9 by Nagamasa on 01-26-2008 at 12:31 AM

quote:
Originally posted by squallxxx
code:
                <MsgVersions>
                    <Version Major="8" Minor="5"/>
                </MsgVersions>


should be:
code:
                <MsgVersions>
                    <Version Major="9" Minor="0"/>
                </MsgVersions>
and
quote:
Originally posted by squallxxx
code:
<Picture Id="20061">

should be
code:
<Picture id="20852">

RE: [Help] Windows Live Messenger 9 by duck! on 01-26-2008 at 12:32 AM

code:
                    <Version Major="8" Minor="5"/>
should be....
code:
                    <Version Major="9" Minor="0"/>

RE: RE: [Help] Windows Live Messenger 9 by squallxxx on 01-26-2008 at 10:55 AM

thankssssssssss