How to remove the new buttons:A few people have been telling me they feel the window is a little bloated with the winks and the themes buttons.. so i found a way to remove them.
You'll need:
Reshacker
MSN 7.0
open up reshacker and dump in your msn 7.0 exe
open search and enter
CODE
<cmdbutton cmdid=35126 id=atom(winkbtn) class="ToolbarBtn" layout=flowlayout(0,2,0,2) AccName=rcstr(60004) AccRole=57 AccDesc=rcstr(3178) ShortcutString=rcstr(60004)>
(its just easier to search the whole first line)
now to double check this should open up uifile 920
now you need to delete these sections
CODE
<cmdbutton cmdid=35126 id=atom(winkbtn) class="ToolbarBtn" layout=flowlayout(0,2,0,2) AccName=rcstr(60004) AccRole=57 AccDesc=rcstr(3178) ShortcutString=rcstr(60004)>
<png flip=false idres=1093 class="ToolbarIcon" />
<element id=atom(suppress) padding=rect(2,0,0,0) content=rcstr(60004) />
<element class="ToolbarCaret"/>
</cmdbutton>
Scroll down a little further and you will see
CODE
<cmdbutton cmdid=40614
id=atom(themesbtn)
class="ToolbarBtn"
layout=flowlayout(0,2,0,2)
AccName=rcstr(60013)
AccRole=57
AccDesc=rcstr(44082)
ShortcutString=rcstr(60013)>
<png flip=false idres=1012 class="ToolbarIcon" />
<element id=atom(suppress) padding=rect(2,0,0,0) content=rcstr(60013) />
<element class="ToolbarCaret"/>
</cmdbutton>
That is the packs button

and for those even wanting to be rid of the buzz button, scroll down a little again and look for:
CODE
<cmdbutton cmdid=689
id=atom(buzzbtn)
class="ToolbarBtn"
layout=flowlayout(0,2,0,2)
AccName=rcstr(699)
AccRole=57
AccDesc=rcstr(700)
>
<png flip=false padding=rect(2,0,0,0) idres=911 class="ToolbarIcon" />
</cmdbutton>
Once your done compile the script and save the file, open up msn 7.0 and enjoy a less bloated chat window
A little information from your friendly neighbourhood penguin
heres the final product:
[right][snapback]584677975[/snapback][/right]
After deleteing the suggested strings... what do you save the file as and where do u put it?