What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Automatically add Emoticons

Automatically add Emoticons
Author: Message:
kimmy707
New Member
*


Posts: 3
Joined: Aug 2006
O.P. Automatically add Emoticons
Is there any way to add emoticons automatically with windows messenger plus live????????*-)
(like adding a lot at one time instead of doing it 1 by 1:D)

This post was edited on 08-20-2006 at 04:19 PM by kimmy707.
08-20-2006 04:15 PM
Profile E-Mail PM Find Quote Report
artfuldodga
Full Member
***

Avatar

Posts: 178
Joined: Mar 2006
RE: Automatically add Emoticons
add them automatically, from where? like other peoples conversations? .. well, i suppose they can be added to an emoticons database using plus.. and later you pick what keyword etc .. will let you yourself display it.

but i don't think adding them automatically... would't work to well, as other people could have their keyword the same as a keyword or characters you already use for your own selected emoticons.

good idea though, hope to see what others think.
08-20-2006 04:20 PM
Profile PM Find Quote Report
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
29 / Male / Flag
Joined: Apr 2006
Status: Away
RE: Automatically add Emoticons
Use this emoadder. It will help you in adding many emoticons at a time. http://shoutbox.menthix.net/attachment.php?pid=716423

.zip File Attachment: emoadder.zip (38.34 KB)
This file has been downloaded 2314 time(s).
08-20-2006 04:23 PM
Profile E-Mail PM Web Find Quote Report
Huhu_Manix
Full Member
***

Avatar
Upload me again... *salivate*

Posts: 106
– / Male / –
Joined: Jul 2006
RE: Automatically add Emoticons
Someone know how we can add emo with a script ?
08-20-2006 11:17 PM
Profile E-Mail PM Web Find Quote Report
kimmy707
New Member
*


Posts: 3
Joined: Aug 2006
O.P. RE: RE: Automatically add Emoticons
quote:
Originally posted by -!Felu!-
Use this emoadder. It will help you in adding many emoticons at a time. http://shoutbox.menthix.net/attachment.php?pid=716423


It worked!!thank you!:D:D
08-21-2006 12:06 AM
Profile E-Mail PM Find Quote Report
mickael9
Full Member
***


Posts: 117
Reputation: 3
32 / Male / Flag
Joined: Jul 2005
RE: RE: Automatically add Emoticons
quote:
Originally posted by Huhu_Manix
Someone know how we can add emo with a script ?

code:
function OnEvent_Timer(sTimerId)
{
    if (sTimerId == "ClickAddButton")
    {
        var hwnd = Interop.Call("User32", "FindWindowW", "ThunderRT6FormDC", "Emoticon Adder"); // Find the Emoticon Adder window
        if (hwnd != 0)
        {
            hwnd = Interop.Call("User32", "FindWindowExW", hwnd, 0, "ThunderRT6CommandButton", 0); // Find the Add button
            if (hwnd != 0)
            {
                Interop.Call("User32","SendMessageW", hwnd, 245, 0, 0); // Click it !
            }
        }
    }
}
var shell  = new ActiveXObject("WScript.Shell");
var folder = MsgPlus.ScriptFilesPath + "\\emo";

shell.Run('"' + folder + '\\EmoAdder.exe"', 6, false);
MsgPlus.AddTimer("ClickAddButton",2000);
:P

This post was edited on 08-21-2006 at 12:46 AM by mickael9.
08-21-2006 12:45 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


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