What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » opening and closing

opening and closing
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: opening and closing
to open a conversation window with someone:
code:
Messenger.OpenChat("email@provider.com");
and to close it, you need to get the handle of the chat window and then send the WM_CLOSE message to the window:
code:
var WM_CLOSE = 0x0010;
Interop.Call("user32", "SendMessageW", hWnd, WM_CLOSE, 0, 0);

This post was edited on 06-22-2008 at 01:54 PM by roflmao456.
[quote]
Ultimatess6
: What a noob mod
06-22-2008 01:52 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
opening and closing - by zogo on 06-22-2008 at 10:34 AM
RE: opening and closing - by roflmao456 on 06-22-2008 at 01:52 PM
RE: opening and closing - by zogo on 06-22-2008 at 02:24 PM
RE: opening and closing - by Matti on 06-22-2008 at 02:39 PM
RE: opening and closing - by zogo on 06-22-2008 at 03:01 PM
RE: opening and closing - by Matti on 06-22-2008 at 03:11 PM
RE: opening and closing - by zogo on 06-22-2008 at 03:58 PM
RE: opening and closing - by roflmao456 on 06-22-2008 at 05:03 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