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:
mynetx
Skinning Contest Winner
*****

Avatar
Microsoft insider

Posts: 1175
Reputation: 33
37 / 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
« Next Oldest Return to Top Next Newest »

Messages In This Thread
chat groups enable or not - by Suxsem on 04-03-2008 at 11:18 AM
RE: chat groups enable or not - by Eddie on 04-03-2008 at 11:21 AM
RE: chat groups enable or not - by mynetx on 04-03-2008 at 11:26 AM
RE: chat groups enable or not - by Suxsem on 04-03-2008 at 05:17 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