What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » chat groups enable or not

chat groups enable or not
Author: Message:
Suxsem
Junior Member
**


Posts: 66
Joined: Mar 2008
O.P. chat groups enable or not
Hi!
how script know if chat groups function is enable or disable?
Thank!
04-03-2008 11:18 AM
Profile E-Mail PM Find Quote Report
Eddie
Veteran Member
*****


Posts: 2078
Reputation: 30
32 / Male / Flag
Joined: Oct 2005
Status: Away
RE: chat groups enable or not
I don't understand your question, are you asking whether scripts can stop group chats, or how you get a script to know when your in a group chat?
...there used to be a signature here :)
04-03-2008 11:21 AM
Profile PM Web Find Quote Report
mynetx
Skinning Contest Winner
*****

Avatar
Microsoft insider

Posts: 1175
Reputation: 33
36 / Male / Flag
Joined: Jul 2007
RE: chat groups enable or not
If you want to know whether Plus's setting for it is currently enabled, try this piece of code:
code:
var objShell = new ActiveXObject("WScript.Shell");
var boolTabbedChatsEnabled = false;
if(Messenger.MyStatus > 1)
    boolTabbedChatsEnabled = objShell.RegRead("HKCU\\Software\\Patchou\\Messenger Plus! Live\\" + Messenger.MyEmail + "\\Preferences\\TabChatAuto") == 1;

// now use like
// if(boolTabbedChatsEnabled) { ... }
mynetx - Microsoft, enhanced.

You have a problem or issue with Windows, Internet
Explorer or Office?
Send a tweet!
04-03-2008 11:26 AM
Profile E-Mail PM Web Find Quote Report
Suxsem
Junior Member
**


Posts: 66
Joined: Mar 2008
O.P. RE: chat groups enable or not
hi! SCUSE ME FOR BAD ENGLISH :(
very thenks for mynetx!
bye bye!
04-03-2008 05:17 PM
Profile E-Mail PM 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