Destroy a Chat Windows - 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: Destroy a Chat Windows (/showthread.php?tid=68914) Destroy a Chat Windows by Squelettor on 11-27-2006 at 10:00 PM
Is that possible ?? RE: Destroy a Chat Windows by matty on 11-27-2006 at 10:04 PM
code:or code: RE: Destroy a Chat Windows by Squelettor on 11-27-2006 at 10:13 PM
ChatWnd.Close(1); RE: Destroy a Chat Windows by CookieRevised on 11-27-2006 at 10:26 PM
quote:For chat windows you need to use PostMessageW instead of SendMessageW... RE: Destroy a Chat Windows by Squelettor on 11-27-2006 at 10:30 PM
Interop.Call('user32', 'PostMessageW ', ChatWnd.Handle, 0x10, 0, 0); RE: Destroy a Chat Windows by matty on 11-27-2006 at 10:46 PM
quote:it shouldn't code: code: blah i should refresh the thread before posting lol Cook why would SendMessageW crash the WLM? |