What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Destroy a Chat Windows

Destroy a Chat Windows
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Destroy a Chat Windows
quote:
Originally posted by Squelettor
Interop.Call('user32', 'SendMessageW', ChatWnd.Handle, 0x10, 0, 0);
-> work but Windows Live Messenger crash... ^^
it shouldn't

code:
Interop.Call('user32', 'DestroyWindow', ChatWnd.Handle);
code:
Interop.Call('user32', 'PostMessageW', ChatWnd.Handle, 0x10, 0, 0);

blah i should refresh the thread before posting lol

Cook why would SendMessageW crash the WLM?

This post was edited on 11-27-2006 at 10:51 PM by matty.
11-27-2006 10:46 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Destroy a Chat Windows - by Squelettor on 11-27-2006 at 10:00 PM
RE: Destroy a Chat Windows - by matty on 11-27-2006 at 10:04 PM
RE: Destroy a Chat Windows - by Squelettor on 11-27-2006 at 10:13 PM
RE: Destroy a Chat Windows - by CookieRevised on 11-27-2006 at 10:26 PM
RE: Destroy a Chat Windows - by Squelettor on 11-27-2006 at 10:30 PM
RE: Destroy a Chat Windows - by matty on 11-27-2006 at 10:46 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