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:
segosa
Community's Choice
*****


Posts: 1407
Reputation: 92
Joined: Feb 2003
RE: RE: [Request] Remove user from multi-conversation
quote:
Originally posted by Owl
The documentation doesn't seem to give any easy way to leave a chat (probably quite easy to work around, just close the window one way or another), or to invite people into a chat window (could be harder to work around)

I'm hoping the future will bring a bigger toolkit for use with MPL scripts;)

Owl


Closing a chat window is simple.

code:
Interop.Call("User32", "SendMessageW", pChatWnd.Handle, 0x10, 0, 0);

Note that 0x10 is WM_CLOSE, and pChatWnd is the ChatWnd object.
The previous sentence is false. The following sentence is true.
06-25-2006 06:15 PM
Profile 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