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

automatic status
Author: Message:
Veggie
Full Member
***

Avatar

Posts: 415
Reputation: 21
37 / Male / Flag
Joined: Sep 2004
RE: automatic status
quote:
function OnEvent_ChatWndEditKeyDown(ChatWnd, KeyCode){
  switch(KeyCode){
    case 107:
      Messenger.MyStatus = 7;
      return true;
    case 109:
      Messenger.MyStatus = 4;
      return true;
  }
}
09-10-2006 01:10 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
automatic status - by xxhannahxx on 09-10-2006 at 12:56 PM
RE: automatic status - by ForestPlus! on 09-10-2006 at 12:58 PM
RE: automatic status - by xxhannahxx on 09-10-2006 at 12:59 PM
RE: automatic status - by Felu on 09-10-2006 at 01:00 PM
RE: automatic status - by NanaFreak on 09-10-2006 at 01:01 PM
RE: automatic status - by Chris4 on 09-10-2006 at 01:01 PM
RE: automatic status - by xxhannahxx on 09-10-2006 at 01:03 PM
RE: automatic status - by NanaFreak on 09-10-2006 at 01:05 PM
RE: automatic status - by xxhannahxx on 09-10-2006 at 01:06 PM
RE: automatic status - by NanaFreak on 09-10-2006 at 01:08 PM
RE: automatic status - by Veggie on 09-10-2006 at 01:10 PM
RE: automatic status - by xxhannahxx on 09-10-2006 at 01:16 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