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

Api Send Message
Author: Message:
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
RE: Api Send Message
quote:
Originally posted by Mnjul
Try PostMessage instead of SendMessage? Perhaps calling SendMessage within a Plus! event handler can cause unexpected troubles.

quote:
Originally posted by Mnjul
Just replace the SendMessage with PostMessage in your crash code:p

jscript code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MsgKind){
if(Message=="ok"){
Interop.Call("user32", "PostMessageW", ChatWnd.Handle, 0x0111, 40003, 0);
}
}

04-28-2009 06:14 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Api Send Message - by xXDarknessXx on 04-28-2009 at 04:57 PM
RE: Api Send Message - by matty on 04-28-2009 at 05:26 PM
RE: Api Send Message - by xXDarknessXx on 04-28-2009 at 05:54 PM
RE: Api Send Message - by matty on 04-28-2009 at 06:03 PM
RE: Api Send Message - by xXDarknessXx on 04-28-2009 at 06:14 PM
RE: Api Send Message - by Mnjul on 04-28-2009 at 06:14 PM
RE: Api Send Message - by matty on 04-28-2009 at 06:28 PM
RE: Api Send Message - by CookieRevised on 04-28-2009 at 10:31 PM
RE: Api Send Message - by xXDarknessXx on 04-29-2009 at 12:49 PM
RE: Api Send Message - by matty on 04-29-2009 at 01:21 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