What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » Where are display pictrures stored?

Where are display pictrures stored?
Author: Message:
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
36 / Male / Flag
Joined: Jan 2006
RE: Where are display pictrures stored?
The only way I know how o o this would be by using a sciprt and the cript debugging window to be able to see the whole extension.  The folder that your DP is stored in is with a number of other files to.  If you put the following code into a script, after initiating it your DP's file path will appear in the script debugging window.  You will have to make sure you have script debugging turned on and the window open (plus! > Show script debugging   -   this is found at the top of the contact list window).

code:
function OnEvent_Initialize(MessengerStart)
{
Debug.Trace(Messenger.MyDisplayPicture)
}
I hope this is what you were after.

EDIT: This only gives your current DP

This post was edited on 08-09-2006 at 01:27 PM by markee.
[Image: markee.png]
08-09-2006 01:26 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Where are display pictrures stored? - by mitchiev on 08-09-2006 at 06:28 AM
RE: Where are display pictrures stored? - by NanaFreak on 08-09-2006 at 07:10 AM
RE: Where are display pictrures stored? - by mitchiev on 08-09-2006 at 01:07 PM
RE: Where are display pictrures stored? - by Eddie on 08-09-2006 at 01:19 PM
RE: Where are display pictrures stored? - by markee on 08-09-2006 at 01:26 PM
RE: Where are display pictrures stored? - by mitchiev on 08-09-2006 at 01:46 PM
RE: Where are display pictrures stored? - by RaceProUK on 08-09-2006 at 02:57 PM


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