yellowpower 0 Posted November 21, 2010 Hi all, When I have multiple windows, e.g. MSN chats, and all of them minimise. When a new msg is received, it flashes but not activated. Is there a way to identify the right window, restoring its size and activate it? thanks in advance. Share this post Link to post Share on other sites
JohnOne 1,603 Posted November 21, 2010 You could try wingetstate in some sort of loop, it might be that it appears to be active and then inactive while it flashes according to the documentation of _WinAPI_FlashWindowEx(). Whether the same is true of your window, only you can discover. Worth a try. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
Tvern 11 Posted November 21, 2010 Or, if the above solution fails, monitor the text in the window for changes and activate it when it does. Share this post Link to post Share on other sites