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:
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
30 / Male / Flag
Joined: Apr 2006
Status: Away
RE: Sending message without opening window..
code:
ChatWnd.SendMessage("testing");//Send the Message
Interop.Call("User32", "SendMessageW", ChatWnd.Handle, 274, 0xF020);//Minimize the chat window

code:
ChatWnd.SendMessage("testing");//Send the Message
Interop.Call("User32","SendMessageW", ChatWnd.Handle, 16, 0, 0);//Close the Window


That won't show up the window and send your message too :P. Chose any of the code above as you wish to close or minimize the window [Image: msn_wink.gif].

Edited

This post was edited on 10-18-2006 at 03:08 PM by Felu.
10-18-2006 03:03 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