What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] Auto Update Contact DP's

[Request] Auto Update Contact DP's
Author: Message:
KnRd_WC
Junior Member
**

Avatar
Florian PAQUET

Posts: 74
Reputation: 1
35 / Male / Flag
Joined: Aug 2006
RE: [Request] Auto Update Contact DP's
Hi again artfuldodga ;)

Maybe I found a way to update the DP automatically... (I am almost sure :D)

code:
var x = new ActiveXObject("Scripting.FileSystemObject")
var Contacts = Messenger.MyContacts;
var e = new Enumerator(Contacts);
for(; !e.atEnd(); e.moveNext()) {
    var Contact = e.item();
    Pic=Contact.DisplayPicture
    if (Pic) {
        x.DeleteFile(Pic,true));
    }
}

In fact, this script delete the DP cache. And, If a contact change his DP AFTER deleting the cache, the DP is updated. Here's the problem, because this script works only if a contact change his DP after unsin this function... :S

But I'm sure that somebody will find a solution... (Timer...) ;)
08-25-2006 03:37 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Request] Auto Update Contact DP's - by artfuldodga on 08-22-2006 at 09:09 PM
RE: [Request] Auto Update Contact DP - by CapriSkye on 08-23-2006 at 04:12 AM
RE: [Request] Auto Update Contact DP's - by artfuldodga on 08-25-2006 at 01:05 PM
RE: [Request] Auto Update Contact DP's - by RaceProUK on 08-25-2006 at 02:30 PM
RE: [Request] Auto Update Contact DP's - by artfuldodga on 08-25-2006 at 03:20 PM
RE: [Request] Auto Update Contact DP's - by KnRd_WC on 08-25-2006 at 03:37 PM
RE: [Request] Auto Update Contact DP's - by markee on 08-25-2006 at 03:48 PM
RE: [Request] Auto Update Contact DP's - by KnRd_WC on 08-25-2006 at 04:21 PM
RE: [Request] Auto Update Contact DP's - by artfuldodga on 08-25-2006 at 05:29 PM
RE: [Request] Auto Update Contact DP's - by RaceProUK on 08-26-2006 at 09:21 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