What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » [HELP] how do you remove Aero in Messenger 2009

[HELP] how do you remove Aero in Messenger 2009
Author: Message:
djdannyp
Elite Member
*****

Avatar
Danny <3 Sarah

Posts: 3546
Reputation: 31
37 / Male / Flag
Joined: Mar 2006
RE: [HRLP] how do you remove Aero in Messenger 2009
Add shaping to your skin and it will remove the aero border (although you don't have to actually change the shape)

something like this:

XML code:
    <Region>
        <ContactList>
        <Rectangle>
                <Left>0</Left>
                <Top>0</Top>
                <Width Unit="percent">100</Width>
                <Height Unit="percent">100</Height>
            </Rectangle>
        </ContactList>
    </Region>


will set the shape of the skin to a rectangle (as it is anyway) and remove the aero

or if you want true non-aero and rounded top corners:

XML code:
<Region>
        <ContactList>
                <Rectangle>
                <Left>0</Left>
                <Top>0</Top>
                <Width Unit="percent">100</Width>
                <Height Unit="percent">100</Height>
            </Rectangle>
            <Image Integration="subtract">
                <Source>
                    <File>images/shape/corner-tl.png</File>
                </Source>
            <Position>
                <Left>0</Left>
                <Top>0</Top>
            </Position>
            </Image>
            <Image Integration="subtract">
                <Source>
                    <File>images/shape/corner-tr.png</File>
                </Source>
            <Position>
                <Right>0</Right>
                <Top>0</Top>
            </Position>
            </Image>
        </ContactList>
    </Region>


Attached is the top right hand corner image, just flip it to get the left one

.png File Attachment: corner-tr.png (911 bytes)
This file has been downloaded 210 time(s).

This post was edited on 03-20-2009 at 09:59 AM by djdannyp.
[Image: 1ftt0hpk-signature.png]
AutoStatus Script || Facebook Status Script
5238 days, 16 hours, 33 minutes, 5 seconds ago
03-20-2009 09:57 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[HELP] how do you remove Aero in Messenger 2009 - by stuartbennett on 03-20-2009 at 09:47 AM
RE: [HRLP] how do you remove Aero in Messenger 2009 - by djdannyp on 03-20-2009 at 09:57 AM
RE: [HRLP] how do you remove Aero in Messenger 2009 - by stuartbennett on 03-20-2009 at 10:08 AM
RE: [HRLP] how do you remove Aero in Messenger 2009 - by wta121 on 03-22-2009 at 02:56 PM
RE: [HRLP] how do you remove Aero in Messenger 2009 - by prashker on 03-22-2009 at 05:00 PM
RE: [HRLP] how do you remove Aero in Messenger 2009 - by robert_dll on 03-22-2009 at 05:10 PM
RE: RE: [HRLP] how do you remove Aero in Messenger 2009 - by djdannyp on 03-22-2009 at 06:43 PM
RE: RE: RE: [HRLP] how do you remove Aero in Messenger 2009 - by stuartbennett on 03-22-2009 at 06:54 PM
RE: [HRLP] how do you remove Aero in Messenger 2009 - by Matti on 03-22-2009 at 07:26 PM
RE: [HRLP] how do you remove Aero in Messenger 2009 - by stuartbennett on 03-22-2009 at 07:36 PM
RE: [HRLP] how do you remove Aero in Messenger 2009 - by robert_dll on 03-22-2009 at 09:47 PM
RE: RE: [HRLP] how do you remove Aero in Messenger 2009 - by djdannyp on 03-22-2009 at 09:59 PM
RE: [HRLP] how do you remove Aero in Messenger 2009 - by stuartbennett on 03-22-2009 at 09:49 PM
RE: [HRLP] how do you remove Aero in Messenger 2009 - by robert_dll on 03-22-2009 at 09:56 PM
RE: [HRLP] how do you remove Aero in Messenger 2009 - by stuartbennett on 03-22-2009 at 10:12 PM
RE: [HRLP] how do you remove Aero in Messenger 2009 - by robert_dll on 03-22-2009 at 10:16 PM
RE: [HRLP] how do you remove Aero in Messenger 2009 - by stuartbennett on 03-22-2009 at 11:14 PM
RE: [HRLP] how do you remove Aero in Messenger 2009 - by blessedguy on 03-22-2009 at 11:33 PM
RE: [HRLP] how do you remove Aero in Messenger 2009 - by robert_dll on 03-23-2009 at 12:22 AM
RE: [HRLP] how do you remove Aero in Messenger 2009 - by stuartbennett on 03-23-2009 at 08:21 AM


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