What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] Remove user from multi-conversation

[Request] Remove user from multi-conversation
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [Request] Remove user from multi-conversation
code:
function OnEvent_ChatWndCreated(pChatWnd){
    if (pChatWnd.Contacts.Count != 1){
        if (Interop.Call('user32', 'MessageBoxW', pChatWnd.Handle, 'Exit multi-user conversation?', 'Exit :', 36) == 6){
            Interop.Call('user32', 'SendMessageW', pChatWnd.Handle, 0x10, 0, 0);
        }
    }
}

This post was edited on 06-25-2006 at 07:37 PM by matty.
06-25-2006 07:14 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Request] Remove user from multi-conversation - by AdamCookie! on 06-25-2006 at 04:58 PM
RE: [Request] Remove user from multi-conversation - by Chris4 on 06-25-2006 at 04:59 PM
RE: [Request] Remove user from multi-conversation - by segosa on 06-25-2006 at 05:00 PM
RE: [Request] Remove user from multi-conversation - by AdamCookie! on 06-25-2006 at 05:01 PM
RE: [Request] Remove user from multi-conversation - by Owl on 06-25-2006 at 05:02 PM
RE: [Request] Remove user from multi-conversation - by DRaGoM on 06-25-2006 at 05:09 PM
RE: [Request] Remove user from multi-conversation - by Mushroom_Man on 06-25-2006 at 05:10 PM
RE: [Request] Remove user from multi-conversation - by mathieumg on 06-25-2006 at 05:10 PM
RE: [Request] Remove user from multi-conversation - by matty on 06-25-2006 at 05:14 PM
RE: [Request] Remove user from multi-conversation - by Owl on 06-25-2006 at 05:18 PM
RE: RE: [Request] Remove user from multi-conversation - by segosa on 06-25-2006 at 06:15 PM
RE: [Request] Remove user from multi-conversation - by lopardo on 06-25-2006 at 05:38 PM
RE: [Request] Remove user from multi-conversation - by Flatron on 06-25-2006 at 05:41 PM
RE: [Request] Remove user from multi-conversation - by matty on 06-25-2006 at 07:14 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