What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [?] Interface Windows - Custom Look

[?] Interface Windows - Custom Look
Author: Message:
mynetx
Skinning Contest Winner
*****

Avatar
Microsoft insider

Posts: 1175
Reputation: 33
36 / Male / Flag
Joined: Jul 2007
RE: [?] Interface Windows - Custom Look
try this one:

code:
<Control xsi:type="ButtonControl" Id="btnYourButtonId">
    <Position Left="123" Top="123" Width="123" Height="123" />
    <Caption>Alternative Caption here</Caption>
    <CustomLook>
        <Normal>
            <Element xsi:type="ImageElement" Id="btnYourButtonIdNormal">
                <Position Top="0" Left="0" />
                <Image>
                    <Name>without-dot-png-your-image-file-normal</Name>
                </Image>
            </Element>
        </Normal>
        <Hot>
            <Element xsi:type="ImageElement" Id="btnYourButtonIdHot">
                <Position Top="0" Left="0" />
                <Image>
                    <Name>without-dot-png-your-image-file-hot</Name>
                </Image>
            </Element>
        </Hot>
        <Pushed>
            <Element xsi:type="ImageElement" Id="btnYourButtonIdPushed">
                <Position Top="0" Left="0" />
                <Image>
                    <Name>without-dot-png-your-image-file-pushed</Name>
                </Image>
            </Element>
        </Pushed>
    </CustomLook>
</Control>

Regards,
mynetx
mynetx - Microsoft, enhanced.

You have a problem or issue with Windows, Internet
Explorer or Office?
Send a tweet!
08-20-2007 11:41 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[?] Interface Windows - Custom Look - by roflmao456 on 08-10-2007 at 04:04 AM
RE: [?] Interface Windows - Custom Look - by NanaFreak on 08-10-2007 at 06:23 AM
RE: [?] Interface Windows - Custom Look - by Spunky on 08-10-2007 at 02:21 PM
RE: [?] Interface Windows - Custom Look - by roflmao456 on 08-18-2007 at 09:17 PM
RE: [?] Interface Windows - Custom Look - by NanaFreak on 08-19-2007 at 01:15 AM
RE: [?] Interface Windows - Custom Look - by roflmao456 on 08-19-2007 at 07:25 PM
RE: [?] Interface Windows - Custom Look - by mynetx on 08-20-2007 at 11:41 AM
RE: [?] Interface Windows - Custom Look - by roflmao456 on 08-20-2007 at 02:32 PM
RE: [?] Interface Windows - Custom Look - by mynetx on 08-20-2007 at 02:37 PM
RE: [?] Interface Windows - Custom Look - by roflmao456 on 08-20-2007 at 02:44 PM
RE: [?] Interface Windows - Custom Look - by matty on 08-20-2007 at 02:47 PM
RE: [?] Interface Windows - Custom Look - by roflmao456 on 08-20-2007 at 02:49 PM
RE: [?] Interface Windows - Custom Look - by mynetx on 08-20-2007 at 02:55 PM
RE: [?] Interface Windows - Custom Look - by roflmao456 on 08-20-2007 at 05:18 PM
RE: [?] Interface Windows - Custom Look - by mynetx on 08-21-2007 at 09:40 AM
RE: [?] Interface Windows - Custom Look - by Spunky on 08-21-2007 at 01:58 PM
RE: [?] Interface Windows - Custom Look - by roflmao456 on 08-21-2007 at 02:04 PM
RE: [?] Interface Windows - Custom Look - by Matti on 08-21-2007 at 04:37 PM
RE: [?] Interface Windows - Custom Look - by roflmao456 on 08-21-2007 at 04:44 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On