What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [help]How to detach a chat from tabbed (kinda) and a question

[help]How to detach a chat from tabbed (kinda) and a question
Author: Message:
xXDarknessXx
New Member
*


Posts: 8
33 / Male / Flag
Joined: Apr 2009
O.P. Grin  [help]How to detach a chat from tabbed (kinda) and a question
I have found that if you go into your messenger plus! preferences and then disable tabbed chats, open a chat, then re-enable it then the chat you opened will be on its own and further opened chats will be tabbed. Which means that you can (kinda) detach chat windows, the only problem with that is the going into the preference every time so i was thinking.

If someone could find how to enable/disable that option using a Plus! script similar to this
(found on a forum)
code:
function OnEvent_ChatWndSendMessage( oChatWnd, sMessage ) {
    if ( sMessage === '/webcam' ) {
        Interop.Call( 'user32', 'SendMessageW', oChatWnd.Handle, 0x0111 /* WM_COMMAND */, 40279, 0 );
        return '';
    }
which starts sending your webcam in the current chat window. I have no idea about resource hacking (i assume) to get the code which does what i want and i don't think its safe playing with numbers so if someone could help find that code id be very thankful.

Edit:
I have found out how to work it and i have made a script which i will link to it when i can =) thank you for all that has looked at my post lol

This post was edited on 04-12-2009 at 02:01 AM by xXDarknessXx.
[Image: 1714-1.png]
04-11-2009 04:02 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[help]How to detach a chat from tabbed (kinda) and a question - by xXDarknessXx on 04-11-2009 at 04:02 AM
RE: [help]How to detach a chat from tabbed (kinda) and a question - by matty on 04-12-2009 at 01:35 AM
RE: [help]How to detach a chat from tabbed (kinda) and a question - by xXDarknessXx on 04-12-2009 at 01:39 AM
RE: [help]How to detach a chat from tabbed (kinda) and a question - by matty on 04-12-2009 at 02:02 AM


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