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

send message
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: send message
if you're talking about the "SendMessage" Windows API,
code:
Interop.Call("user32","SendMessageW", hwnd, msg, wparam, lparam);
i don't use SendMessage much so this code might be wrong :tongue:

otherwise, if you're talking about sending a message to a conversation window, you can look it up in the scripting documentation for "ChatWnd::SendMessage"


edit:

after looking at your code, it looks like you want to display a message box.

you can use this :)
code:
Interop.Call("user32","MessageBoxW",0,"title or message","title or message 2",64);

/*
32 = Error
64 = Information
all i can think of atm.
*/


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

Messages In This Thread
send message - by magemello on 01-30-2008 at 04:59 PM
RE: send message - by roflmao456 on 01-30-2008 at 09:00 PM
RE: send message - by magemello on 01-31-2008 at 11:54 AM
RE: send message - by roflmao456 on 01-31-2008 at 01:15 PM
RE: send message - by magemello on 01-31-2008 at 02:53 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