I'd like to save DP/CE* during conversations automatically in a directory. I know it's possible, i got a program that had this feature but it doesn't work with WLM anymore.
There is already a script that can steal a DP but i don't see any utility.
Thank!
*DP = Display picture
*CE = Custom emoticons
This post was edited on 06-25-2006 at 06:29 PM by Arobas.
code:function OnEvent_ChatWndCreated(Wnd){
for(var enumerator = new Enumerator(Wnd.Contacts) ; !enumerator.atEnd(); enumerator.moveNext()) {
var Contact = enumerator.item();
var currentTime = new Date()
var month = currentTime.getMonth() + 1
var day = currentTime.getDate()
var year = currentTime.getFullYear()
If you have Chatlogging turned on and your using the X/HTML logs if you look in the My Chat Logs\Month\Images all the images will be there. Note they will be saved in PNG format so they will not be animated.
This post was edited on 06-25-2006 at 06:35 PM by matty.
but you have to get a conversation with this person to get his DP and CE. thank anyway for this piece of code.. i'll test it If anyone have another solution.. i'll take it too!