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

Background Window
Author: Message:
vikke
Senior Member
****

Avatar

Posts: 900
Reputation: 28
31 / Male / Flag
Joined: May 2006
RE: Background Window
You can check: (code not tested)
code:
if(ChatWnd.Handle == GetForegroundWindow())
{
  // Window is on top.
}

function GetForegroundWindow()
{
  return Interop.Call("user32.dll", "GetForegroundWindow");
}

11-05-2007 09:23 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Background Window - by hadesz on 11-05-2007 at 08:32 PM
RE: Background Window - by Quantum on 11-05-2007 at 09:16 PM
RE: Background Window - by vikke on 11-05-2007 at 09:23 PM
RE: Background Window - by hadesz on 11-05-2007 at 09:51 PM
RE: Background Window - by RaceProUK on 11-06-2007 at 12:25 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