What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » ShowWindow does not work in Windows 7

ShowWindow does not work in Windows 7
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: ShowWindow does not work in Windows 7
Try something along these lines since you are using tabbed chats.

Javascript code:
var SW_HIDE = 0;
var GA_PARENT = 1;
 
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MsgKind) {
    Interop.Call('user32', 'ShowWindow', Interop.Call('user32', 'GetAncestor', ChatWnd.Handle, GA_PARENT), SW_HIDE);
}

12-19-2011 03:36 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
ShowWindow does not work in Windows 7 - by RicardO.sys on 12-18-2011 at 12:14 AM
RE: ShowWindow does not work in Windows 7 - by matty on 12-19-2011 at 01:07 AM
RE: ShowWindow does not work in Windows 7 - by RicardO.sys on 12-19-2011 at 02:48 PM
RE: ShowWindow does not work in Windows 7 - by matty on 12-19-2011 at 03:12 PM
RE: ShowWindow does not work in Windows 7 - by RicardO.sys on 12-19-2011 at 03:31 PM
RE: ShowWindow does not work in Windows 7 - by matty on 12-19-2011 at 03:36 PM
RE: RE: ShowWindow does not work in Windows 7 - by RicardO.sys on 12-19-2011 at 03:46 PM
RE: ShowWindow does not work in Windows 7 - by matty on 12-19-2011 at 03:48 PM
RE: ShowWindow does not work in Windows 7 - by RicardO.sys on 12-19-2011 at 03:59 PM
RE: ShowWindow does not work in Windows 7 - by matty on 12-19-2011 at 04:03 PM
RE: ShowWindow does not work in Windows 7 - by RicardO.sys on 12-19-2011 at 04:18 PM
RE: ShowWindow does not work in Windows 7 - by matty on 12-19-2011 at 04:20 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