What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Close a Chat Window

Close a Chat Window
Author: Message:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
32 / Male / Flag
Joined: Apr 2004
RE: Close a Chat Window
code:
ChatWnd.SendMessage("/close");
That'll only work if the typing area is active, think of doing this when you've blocked that contact...
code:
Interop.Call('user32', 'SendMessageW', ChatWnd.Handle, 0x0010/*WM_CLOSE*/, 0, 0);
That's the best thing you can do. :)

[OFFTOPIC] @Matty: place your [s][/s] tags in your code block. ;) [/OFFTOPIC]
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
01-10-2007 02:04 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Close a Chat Window - by questsin on 01-10-2007 at 01:49 AM
RE: Close a Chat Window - by NanaFreak on 01-10-2007 at 01:51 AM
RE: Close a Chat Window - by matty on 01-10-2007 at 02:12 AM
RE: RE: Close a Chat Window - by deAd on 01-10-2007 at 02:30 AM
RE: Close a Chat Window - by questsin on 01-10-2007 at 02:38 AM
RE: Close a Chat Window - by Matti on 01-10-2007 at 02:04 PM
RE: Close a Chat Window - by matty on 01-10-2007 at 02:49 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