Felu
Veteran Member
    
Posts: 2223 Reputation: 72
30 / / 
Joined: Apr 2006
Status: Away
|
RE: Vista Tabbed Chat no blinky in the task bar
quote: Originally posted by Felu
Create a new script and put the following code in it. code: function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind){
Interop.Call("User32", "FlashWindow", ChatWnd.handle, true);
}
That does the trick for me.
|
|