| View previous topic :: View next topic |
| Author |
Message |
zorglups
Joined: 04 Feb 2005 Posts: 22
|
Posted: Thu Apr 20, 2006 7:35 pm Post subject: How to detect a flashing taskbar button... |
|
|
Let me explain...
I have a minimized MSN conversation and my buddy sends me a message.
The conversation button will flash a few times in the taskbar then will stay highlighted until I activate the conversation.
Do you know how I could detect, using autohotkey, that a minimized window is or has been flashing ?
I have been reading the Styles and the Winget helps + searched through the forum for /(flash(ing)*)|(blink(ing)*)/ without success (well, actually, I discovered many other interresting things...)
Thanks in advance.
Pierre |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10480
|
Posted: Sat Apr 22, 2006 1:43 am Post subject: |
|
|
| I don't know of any specific way, but you could try PixelSearch or ImageSearch. |
|
| Back to top |
|
 |
zorglups
Joined: 04 Feb 2005 Posts: 22
|
Posted: Tue Apr 25, 2006 3:19 pm Post subject: |
|
|
Thanks.
I can't use a search on pixel because my taskbar is hidden by a rainlendar bar...
Have a nice day.
Pierre. |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Apr 26, 2006 11:30 am Post subject: |
|
|
| Maybe it is possible to intercept the Windows message that makes the MSN taskbar button flash, and perform some action (restore the MSN window, put a messagebox onto your screen, and whatnot). |
|
| Back to top |
|
 |
evl
Joined: 24 Aug 2005 Posts: 1239
|
Posted: Wed Apr 26, 2006 12:28 pm Post subject: |
|
|
| Hooking other processes to monitor for messages isn't possible with AHK and isn't on the planned feature list I think. It's been discussed a bit before in the forum. |
|
| Back to top |
|
 |
|