What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Sending message without opening window..

Sending message without opening window..
Author: Message:
Deco
Full Member
***


Posts: 188
Reputation: 4
41 / Male / Flag
Joined: Aug 2006
O.P. RE: Sending message without opening window..
Didn't work.

Maybe my tab out problem is related to me creatinng the chat window to send the message?

Here's my code:

code:
function SendMsg(Email,Message) {
    var myWnd = Messenger.OpenChat(Email);
    myWnd.SendMessage(Message); 
    Interop.Call("User32", "SendMessageW", myWnd.Handle, 274, 0xF020);
    }


Thanks for helping
10-18-2006 03:21 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Sending message without opening window.. - by Deco on 10-17-2006 at 08:50 PM
RE: Sending message without opening window.. - by Chris4 on 10-17-2006 at 09:12 PM
RE: Sending message without opening window.. - by Chris4 on 10-17-2006 at 09:32 PM
RE: Sending message without opening window.. - by Deco on 10-18-2006 at 02:40 PM
RE: Sending message without opening window.. - by Felu on 10-18-2006 at 03:03 PM
RE: Sending message without opening window.. - by Deco on 10-18-2006 at 03:21 PM
RE: Sending message without opening window.. - by CookieRevised on 10-18-2006 at 03:39 PM
RE: Sending message without opening window.. - by Deco on 10-18-2006 at 03: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