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

Pages: (2): « First « 1 [ 2 ] Last »
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
xxhannahxx
Junior Member
**

Avatar
Previously known as xx134xx

Posts: 19
Reputation: -2
29 / Female / –
Joined: Sep 2006
O.P. RE: automatic status
thanks veggie
09-10-2006 01:16 PM
Profile E-Mail PM Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« 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