What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » This is how to change MSN7 background.

Pages: (4): « First « 1 [ 2 ] 3 4 » Last »
1 votes - 5 average   This is how to change MSN7 background.
Author: Message:
illuzn
Full Member
***

Avatar
00 Dodge Viper GTS-R

Posts: 159
– / Male / –
Joined: May 2004
RE: This is how to change MSN7 background.
Unfortunately Dan your method doesn't work well... this is because the image is placed on top of the buddy list. This means that any contacts under it disappear as well as the scroll bar. I tried placing it under the buddy list however it seems the buddy list is not transparent so to fix this needs editing of the buddy list UIFILE #936 (I think).

Edit: I guess I was 5 minutes too late with that one...

heres my code for getting it underneath the contact list
code:
              <png layoutpos=right flip=false idres=1096 />


              <buddylist id=atom(buddylistview) layout=filllayout()>
                         <element layoutpos=bottom layout=filllayout()>
                          </element>
              </buddylist>

Insert the first line of code before the buddylist item. You get to see the picture for 2 seconds when MSN first loads :)

This post was edited on 10-10-2004 at 10:03 AM by illuzn.
[Image: signature.jpg]
10-10-2004 09:57 AM
Profile PM Find Quote Report
illuzn
Full Member
***

Avatar
00 Dodge Viper GTS-R

Posts: 159
– / Male / –
Joined: May 2004
RE: This is how to change MSN7 background.
Okay problem has been solved...

!WARNING! This requires you to edit the msnmsgr.exe file. I am not responsible for any damage caused by following this advice.

Here are the steps:

1. Open msnmsgr.exe in reshacker (make a backup of original exe first)
2. Import your png file to the PNG resources
          Action->Add New Resource:
               a. select the file
               b. In Resource Type put "PNG" no quotes
               c. In Resource Name put 100
3. a. Open the UIFILE folder on the left
    b. Select the 923 folder
    c. Open the 1023 resource in that folder
4. Find the following code:
code:
              <element layoutpos=client layout=filllayout()>
                  <element background=window />
                  <buddylist id=atom(buddylistview) layout=filllayout() />
              </element>
5. Replace with the following:
code:
            <element layoutpos=client layout=filllayout()>
                <element background=window />
                <png layoutpos=bottom flip=false idres=100 />
                <buddylist id=atom(buddylistview) layout=filllayout() <background=argb(0,255,255,255) />
            </element>
6. Press the Compile Script button
7. Save and run MSN
8. Admire your background

A preview is attached
[Image: attachment.php?pid=319751]

edit: Thanks to Dan for getting me thus far

.jpg File Attachment: demo.jpg (7.46 KB)
This file has been downloaded 1244 time(s).

This post was edited on 10-10-2004 at 10:46 AM by illuzn.
[Image: signature.jpg]
10-10-2004 10:26 AM
Profile PM Find Quote Report
tomfletcherman
Senior Member
****

Avatar

Posts: 929
Reputation: 7
35 / Male / –
Joined: Dec 2002
RE: This is how to change MSN7 background.
Main window wont open if the image is too large....

like wallpaper size...
10-10-2004 06:14 PM
Profile E-Mail PM Find Quote Report
Bradl3y
Junior Member
**


Posts: 50
Joined: Apr 2004
RE: This is how to change MSN7 background.
can editing this be done dynamically in memory? this would be an awesome feature of plus
10-10-2004 06:30 PM
Profile E-Mail PM Find Quote Report
Bradl3y
Junior Member
**


Posts: 50
Joined: Apr 2004
RE: RE: This is how to change MSN7 background.
5. Replace with the following:
code:
            <element layoutpos=client layout=filllayout()>
                <element background=window />
                <png layoutpos=bottom flip=false idres=100 />
                <buddylist id=atom(buddylistview) layout=filllayout() <background=argb(0,255,255,255) />
            </element>


typo there get rid of the < before background


is it possible to align something to the bottomright? bottom puts it at bottom left, where right puts it at top right, i treid bottomright, no luck

i am starting to get a better understanding of this, hte filllayout layout doesnt support corners, the ninegridlayout does, but when i try to use the ninegridlayout, there is no contact list :P

::EDIT::

ok i figured it out, gotta use contentalign, dont need to change layout or layoutpos:

code:
                                    <element layoutpos=client layout=filllayout()>
                                        <element background=window />
                                        <png layoutpos=bottom contentalign=bottomright flip=false idres=100 />
                                        <buddylist id=atom(buddylistview) layout=filllayout() background=argb(0,255,255,255) />
                                    </element>

This post was edited on 10-10-2004 at 07:09 PM by Bradl3y.
10-10-2004 06:52 PM
Profile E-Mail PM Find Quote Report
tomfletcherman
Senior Member
****

Avatar

Posts: 929
Reputation: 7
35 / Male / –
Joined: Dec 2002
RE: This is how to change MSN7 background.
mmmmmmm, gd code work (Y) anyone fancy making a small program that you type the dimensions of your image into, and then choose alignment, and it produce the code for you to enter into reshack?
10-10-2004 08:03 PM
Profile E-Mail PM Find Quote Report
Bradl3y
Junior Member
**


Posts: 50
Joined: Apr 2004
RE: RE: This is how to change MSN7 background.
quote:
Originally posted by tomfletcherman
mmmmmmm, gd code work (Y) anyone fancy making a small program that you type the dimensions of your image into, and then choose alignment, and it produce the code for you to enter into reshack?


dont need the dimensions :P and jsut copy and paste that and change the alignment and import your png as 100, making a program to generate that little bit of code would be pointless


im havin a little weird thing happenin with this bit of code:

code:
                                    <element layoutpos=client layout=filllayout()>
                                        <element background=window />
                                        <png layoutpos=bottom contentalign=bottomright flip=false idres=100 />
                                        <buddylist id=atom(buddylistview) layout=filllayout() background=argb(0,255,255,255) />
                                    </element>

the contact list is solid black at first, then fades to white, then the contact list comes up and it works, jsut kinda odd with hte black thing

This post was edited on 10-10-2004 at 08:45 PM by Bradl3y.
10-10-2004 08:43 PM
Profile E-Mail PM Find Quote Report
DarKnight
Full Member
***

Avatar
I am Canadian.

Posts: 466
40 / Male / –
Joined: Jan 2003
RE: This is how to change MSN7 background.
I also get the black fading to white, but only happens once. Nothing major.

Here's an attached shot of what I got, also.

This is way better than lvback.gif. Now you can have a high quality image. :)

Edit: Reason for so few contacts is because it's my testing account. :P

.png File Attachment: Image1.png (171.48 KB)
This file has been downloaded 511 time(s).

This post was edited on 10-10-2004 at 10:18 PM by DarKnight.
                [Image: Sig.png]
Windows XP SP2, MSN Messenger: 7.0.0777, Messenger Plus!: 3.50.124
10-10-2004 10:17 PM
Profile PM Web Find Quote Report
Bradl3y
Junior Member
**


Posts: 50
Joined: Apr 2004
RE: This is how to change MSN7 background.
wonder what causes that black fading to white ill narrow it down to the source!
10-11-2004 12:24 AM
Profile E-Mail PM Find Quote Report
DarKnight
Full Member
***

Avatar
I am Canadian.

Posts: 466
40 / Male / –
Joined: Jan 2003
RE: This is how to change MSN7 background.
Me too. Also working on adding a few other things other than the background now.
                [Image: Sig.png]
Windows XP SP2, MSN Messenger: 7.0.0777, Messenger Plus!: 3.50.124
10-11-2004 12:45 AM
Profile PM Web Find Quote Report
Pages: (4): « First « 1 [ 2 ] 3 4 » Last »
« Next Oldest Return to Top Next Newest »


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