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

Chat Window Focus on Message Received
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Chat Window Focus on Message Received
Windows API's are used a bit differently than that.

Javascript code:
function OnEvent_ChatWndReceiveMessage(ChatWnd) {
    Interop.Call('user32', 'BringWindowToTopW', ChatWnd.Handle);
}


This post was edited on 03-23-2010 at 04:39 PM by matty.
03-23-2010 04:38 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Chat Window Focus on Message Received - by andrewrc on 03-23-2010 at 02:06 PM
RE: Chat Window Focus on Message Received - by matty on 03-23-2010 at 04:38 PM
RE: Chat Window Focus on Message Received - by andrewrc on 03-23-2010 at 06:26 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