GOTO PAGE 4 FOR THE COMPLETED WORKING CODE
StoleN.GuitaR's reply to This is how to change MSN7 background.
Using ResHack, in UIFILE #923(of msnmsgr.exe), look for this part.
code:
buddylist
{
Accessible: true;
AccRole: 33;
AccState: 0;
background: window;
animation: log | alpha | mediumslow | delayshort;
alpha: 255;
}
take it and edit it to the following,
code:
}
buddylist
{
Accessible: true;
AccRole: 33;
AccState: 0;
background: rcbmp(XXX,1,#000000,XXX,XXX,0,0);
animation: log | alpha | mediumslow | delayshort;
alpha: 225;
}
the bolded parts are the parst you adjust,
the first one is the BITMAP_ID number,
2nd is the width of the image
3rd is the height of the image,
the only downside top this is.. for some reason it tiles the image.. which is annoying, anyhow, it works..
im off to find out how to stop it from tiling..
if ANYONE knows, please post it here.. to save the tiles..
below is an image of the finished product(sadly with tiling)