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

ChatWndEditKeyDown... HELP...
Author: Message:
uggi
New Member
*


Posts: 11
37 / Male / –
Joined: Jul 2006
O.P. RE: ChatWndEditKeyDown... HELP...
quote:
Originally posted by Matty
code:
//
// This code run then you type something in the typing area..
//
function OnEvent_ChatWndEditKeyDown(ChatWnd,KeyCode) {
    var VK_O = 0x4F;
    Debug.Trace('KeyCode : '+KeyCode);
    if(KeyCode == VK_O) {
        ChatWnd.SendMessage('/ctcinfo');
    }
}


I need to know.. how can i use words like "!profile" or "!info" in this script ?
Do i need to make a var for every 0x!! ?? or how can i make it ??

This post was edited on 07-31-2006 at 05:18 PM by uggi.
07-31-2006 05:12 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
ChatWndEditKeyDown... HELP... - by uggi on 07-31-2006 at 03:15 PM
RE: ChatWndEditKeyDown... HELP... - by RaceProUK on 07-31-2006 at 04:01 PM
RE: ChatWndEditKeyDown... HELP... - by uggi on 07-31-2006 at 04:06 PM
RE: ChatWndEditKeyDown... HELP... - by deAd on 07-31-2006 at 04:21 PM
RE: ChatWndEditKeyDown... HELP... - by matty on 07-31-2006 at 04:25 PM
RE: ChatWndEditKeyDown... HELP... - by uggi on 07-31-2006 at 04:35 PM
RE: ChatWndEditKeyDown... HELP... - by uggi on 07-31-2006 at 05:12 PM
RE: ChatWndEditKeyDown... HELP... - by matty on 07-31-2006 at 06:07 PM
RE: ChatWndEditKeyDown... HELP... - by uggi on 07-31-2006 at 06:31 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