What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Detect Minimized Window?

Detect Minimized Window?
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: Detect Minimized Window?
JScript code:
if(Interop.Call("user32", "GetForegroundWindow") == ChatWnd.Handle){
// chatwnd is focused
} else {
// chatwnd is not focused
}


(not tested but should work) :P
[quote]
Ultimatess6
: What a noob mod
08-14-2010 11:11 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Detect Minimized Window? - by macgyver08 on 08-14-2010 at 07:13 PM
RE: Detect Minimized Window? - by roflmao456 on 08-14-2010 at 11:11 PM
RE: RE: Detect Minimized Window? - by macgyver08 on 08-15-2010 at 02:30 AM
RE: Detect Minimized Window? - by matty on 08-15-2010 at 02:51 AM


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