Shoutbox

Msn 7 Background Changeing - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Skype & Live Messenger (/forumdisplay.php?fid=10)
+----- Thread: Msn 7 Background Changeing (/showthread.php?tid=32566)

Msn 7 Background Changeing by DJeX on 10-06-2004 at 12:47 AM

How would I change the background in the contacts list from the booring grey to like a picture I have, in Msn 7? Would I have to edit the resources in reshack?


RE: Msn 7 Background Changeing by TGG on 10-08-2004 at 06:03 PM

put the picture into the msn messenger folder, and rename it to lvback.gif


RE: Msn 7 Background Changeing by Plik on 10-08-2004 at 06:11 PM

quote:
Originally posted by that_ginger_guy
put the picture into the msn messenger folder, and rename it to lvback.gif
Im not sure if that works in Msn 7
RE: Msn 7 Background Changeing by RaceProUK on 10-08-2004 at 08:45 PM

Then try it :banana:


RE: Msn 7 Background Changeing by DJeX on 10-08-2004 at 08:55 PM

nope diden't work


RE: Msn 7 Background Changeing by DJeX on 10-09-2004 at 05:06 PM

ok that worked, but now when I scrool my contact list it scrools preaty slow. Would that be becasue the .bmp file is like 1.3 mb?


RE: Msn 7 Background Changeing by StoleN.GuitaR on 10-10-2004 at 02:43 AM

code:
    }
    buddylist
    {
        Accessible: true;
        AccRole: 33;
        AccState: 0;
        background: rcbmp(100,1,#000000,211,202,0,0);
        animation: log | alpha | mediumslow | delayshort;
        alpha: 225;
    }


i put this into the UIfile, but i cant see the image.. and after a few tries.. the program stops working..

can u help me figure out how to make the image appear..

quote:
rcbmp(BMP_ID, STRETCHING, TRANSPARENT_COLOR, WIDTH, HEIGHT, SIZE_FLAG, MIRROR)

TRANSPARENT_COLOR: #RRGGBB
STRETCHING: 1 = normal, 3, = tile, 6 = stretch, 7 = 32 bit bitmap

SIZE_FLAG: 1 = use bitmap dimensions, 0 = use explicit dimensions(the ones you specified)

MIRROR: 0 = normal, 1 mirror

this is so you can decode it down and make it easy to understand.. i jsut cant figure out how to make the image appear..
i think its a problem with the transpearency, but im no genious with that #RRGGBB stuff.