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

External scripts
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: External scripts
To close the Chat Window
Javascript code:
var pChatWnd = Messenger.OpenChat('johndoe@hotmail.com');
pChatWnd.SendMessage('this is a message');
Interop.Call('user32', 'SendMessageW', pChatWnd.Handle, 0x10 /* WM_CLOSE */, 0, 0);

01-07-2009 08:30 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
External scripts - by ArkaneArkade on 01-07-2009 at 07:50 PM
RE: External scripts - by matty on 01-07-2009 at 08:30 PM
RE: External scripts - by ArkaneArkade on 01-08-2009 at 04:23 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