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:
zogo
Junior Member
**

Avatar
all you are doomed

Posts: 98
Reputation: 1
30 / Male / Flag
Joined: Feb 2008
O.P. opening and closing
is there a code to open and close the chat ???

if so can i have them separatly...
people have negativly rated me saying i'm spamming just to get 100 posts... i'm not! i'm 100% realy stuck... somtimes
06-22-2008 10:34 AM
Profile E-Mail PM Web Find Quote Report
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
zogo
Junior Member
**

Avatar
all you are doomed

Posts: 98
Reputation: 1
30 / Male / Flag
Joined: Feb 2008
O.P. RE: opening and closing
thx 1 more thing how can u tell who your talking to in the window using a script??

This post was edited on 06-22-2008 at 02:32 PM by zogo.
people have negativly rated me saying i'm spamming just to get 100 posts... i'm not! i'm 100% realy stuck... somtimes
06-22-2008 02:24 PM
Profile E-Mail PM Web Find Quote Report
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
31 / Male / Flag
Joined: Apr 2004
RE: opening and closing
It's all documented in the Scripting Documentation!
Go check out the page for Objects Reference > ChatWnd Object > Properties > Contacts.

I recommend you to search a bit before posting a new topic. This kind of questions have been answered many times before! ;)
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
06-22-2008 02:39 PM
Profile E-Mail PM Web Find Quote Report
zogo
Junior Member
**

Avatar
all you are doomed

Posts: 98
Reputation: 1
30 / Male / Flag
Joined: Feb 2008
O.P. RE: opening and closing
i cant view it i get the ie error 404 page when i try and view it

This post was edited on 06-22-2008 at 03:06 PM by zogo.
people have negativly rated me saying i'm spamming just to get 100 posts... i'm not! i'm 100% realy stuck... somtimes
06-22-2008 03:01 PM
Profile E-Mail PM Web Find Quote Report
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
31 / Male / Flag
Joined: Apr 2004
RE: opening and closing
Err? Where are you looking for your scripting documentation? Are you talking about an online version of the documentation?

Normally you should have downloaded it from this page. Unzip it and open the file, and there you have the complete documentation. :)
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
06-22-2008 03:11 PM
Profile E-Mail PM Web Find Quote Report
zogo
Junior Member
**

Avatar
all you are doomed

Posts: 98
Reputation: 1
30 / Male / Flag
Joined: Feb 2008
O.P. RE: opening and closing
i cant unzip it asks me to try again and if i run it i get a error 404 in the window to the right of the tree

This post was edited on 06-22-2008 at 03:59 PM by zogo.
people have negativly rated me saying i'm spamming just to get 100 posts... i'm not! i'm 100% realy stuck... somtimes
06-22-2008 03:58 PM
Profile E-Mail PM Web Find Quote Report
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: opening and closing
try http://www.mpscripts.net/docs
or Patchou's reply to Skinning Documentation

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


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