send message - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: send message (/showthread.php?tid=81324) send message by magemello on 01-30-2008 at 04:59 PM
hi.....i want send a message in a specific windows how can i do? RE: send message by roflmao456 on 01-30-2008 at 09:00 PM
if you're talking about the "SendMessage" Windows API, code:i don't use SendMessage much so this code might be wrong 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: RE: send message by magemello on 01-31-2008 at 11:54 AM
No good ... i write another example code:i write in a first windows "take" ,and in another windows i write "send",but i want when write "send" ,"hello" message is write in first windows where i take handle RE: send message by roflmao456 on 01-31-2008 at 01:15 PM
ah, this should work code: RE: send message by magemello on 01-31-2008 at 02:53 PM very nice!!! I admire you thanks |