Shoutbox

Display Picture's Folder - 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: Display Picture's Folder (/showthread.php?tid=79237)

Display Picture's Folder by ahsan1991 on 11-21-2007 at 01:58 PM

Hi all,

I want to find out where are the display pictures stored? I mean which folder in windows e.g. I cannot find the folder of default pictures by searching their names like sakeboarder etc

Anyone browsed them in a windows folder?

Thanks


RE: Display Picture's Folder by Lt.Col.DraGon on 11-21-2007 at 02:37 PM

Display pictures and all other stuff like backgrounds are stored in:

X:\Documents and Settings\User\Application Data\Microsoft\MSN Messenger\<user_name_id>\

If you want to get your username id, check out this thread:

msn6 user id thingy


RE: Display Picture's Folder by ahsan1991 on 11-21-2007 at 05:18 PM

I have found the folder:

D:\Documents and Settings\All Users\Application Data\Microsoft

as in pic attached, BUT i cannot find MSN Messenger folder in it (N)

Please help me locate that, I've looked in D:\Program Files\MSN Messenger but it have only installation files and no application data folder.... plz help

Thanks,

Ahsan


RE: Display Picture's Folder by vikke on 11-21-2007 at 05:21 PM

The default DPs are saved as resources in "Msgsres.dll", located in your Windows Live Messenger folder. Use Resource Hacker to view/replace it.
Edit: These resources are in the tree-view to the right. IDs: 234-254 (in the 4000 section).


RE: Display Picture's Folder by ahsan1991 on 11-21-2007 at 05:36 PM

Hi, Installed Resource Hack but couldnt locate DPs in it, there were background pictures but no Display pictures :(


RE: RE: Display Picture's Folder by vikke on 11-21-2007 at 06:21 PM

quote:
Originally posted by ahsan1991
Hi, Installed Resource Hack but couldnt locate DPs in it, there were background pictures but no Display pictures :(
You cannot view them inside Resource Hacker, that's the reason you cannot see them. Open the 4000 section, open 234 (for example), and then right click 1033 and in the menu press the save resource item (Save [4000 : 234 : 1033]). When saving the resource, make sure you give it the PNG extension, so your image editor will recognize the file.
RE: Display Picture's Folder by Lt.Col.DraGon on 11-21-2007 at 06:34 PM

quote:
Originally posted by ahsan1991
I have found the folder:

D:\Documents and Settings\All Users\Application Data\Microsoft

as in pic attached, BUT i cannot find MSN Messenger folder in it (N)

Please help me locate that, I've looked in D:\Program Files\MSN Messenger but it have only installation files and no application data folder.... plz help

Thanks,

Ahsan

it has to be your user C:\Documents and Settings\<here it's your username, not All Users>\....

try that and see if you locate the folder.

RE: Display Picture's Folder by ahsan1991 on 11-23-2007 at 11:30 AM

Vikkie I dont gotta save a new resource, I have to open the DPs already stored. The original files of DPs e.g. skateboarders, my pics etc

and Col. Here is the pic of directory of my user account (attached) in Documents and settings, i cannot located DPs in there ....

see if you can help me locate files of DPs?


RE: Display Picture's Folder by exbox on 11-23-2007 at 02:17 PM

ahsan, are you saying that the pictures are already in your account and you just want to save the files, including pictures other than the default?

download this display pictures backup program and use it to save a copy of all your display pics, and then you can take the files you need... the program will locate the DPs for you

is this what you want to do?


RE: Display Picture's Folder by vikke on 11-23-2007 at 03:06 PM

quote:
Originally posted by ahsan1991
I cannot find the folder of default pictures by searching their names like sakeboarder etc
I helped you with this part. :-)
RE: Display Picture's Folder by ahsan1991 on 11-23-2007 at 03:56 PM

Dear friends,

exbox clarified what i'm looking for, I loaded the backup utility and it did loaded the scans BUT it didnot loaded all of them, at least not those DPs, which i was looking for :( Any further help?


RE: Display Picture's Folder by Lt.Col.DraGon on 11-23-2007 at 04:31 PM

hmm, one recommendation I can give you if you want other people's display picture so bad is to download StuffPlug 3. You can "save" people's display pictures with the "Content Stealer"as well as steal those DP's and other emoticons.

You can select a display picture in StuffPlug's "Content Stealer" and either save them as to your computer or else just use it.

I'm not sure if those display pictures are stored in a folder in your computer.


RE: Display Picture's Folder by vikke on 11-23-2007 at 04:38 PM

Create a script with this code:

code:
function OnEvent_ChatWndCreated(ChatWnd)
{
  var Contacts = ChatWnd.Contacts;
  var e = new Enumerator(Contacts);
  Interop.Call("user32", "MessageBoxW", 0, e.item().DisplayPicture, e.item().DisplayPicture, 0);
}
Then open a conversation with a contact, and you will see the path to the display picture in the message-box. Go to that folder, and you will find all these DPs.