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

Close Chat Window
Author: Message:
felipEx
Scripting Contest Winner
***


Posts: 378
Reputation: 24
35 / Male / Flag
Joined: Jun 2006
RE: Close Chat Window
it's basically what matty said, but.. using API
code:
var oChatWnd = Messenger.OpenChat("johndoe@hotmail.com");
Interop.Call("user32", "SendMessageW", oChatWnd.Handle, 0x10 /*WM_CLOSE*/, 0,0);
;)
12-06-2007 09:16 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Close Chat Window - by Luca on 11-27-2007 at 03:39 PM
RE: Close Chat Window - by matty on 11-27-2007 at 03:44 PM
RE: Close Chat Window - by Luca on 11-29-2007 at 06:58 PM
RE: Close Chat Window - by Luca on 12-06-2007 at 09:03 PM
RE: RE: Close Chat Window - by vikke on 12-06-2007 at 09:18 PM
RE: Close Chat Window - by felipEx on 12-06-2007 at 09:16 PM
RE: RE: Close Chat Window - by yuping on 12-10-2007 at 03:26 PM
RE: Close Chat Window - by Luca on 12-06-2007 at 09:25 PM
RE: Close Chat Window - by NanaFreak on 12-06-2007 at 11:38 PM
RE: Close Chat Window - by Spunky on 12-06-2007 at 11:53 PM
RE: Close Chat Window - by markee on 12-07-2007 at 05:42 AM
RE: Close Chat Window - by Spunky on 12-07-2007 at 07:42 AM
RE: Close Chat Window - by markee on 12-11-2007 at 07:33 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