Click here to Skip to main content
15,918,267 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all,

I am developing a web chat application. In that I want to make flash the browser in the Task- Bar when one sends a message to another user. Any one know please help me.

Thanks
Posted
Updated 19-Mar-13 1:26am
v2
Comments
Sanjeev Alamuri 19-Mar-13 7:28am    
have u tried yet?
Narra sreenu 19-Mar-13 8:59am    
enti babu nee gola?

1 solution

If you would like to blink the window title in taskbar in your web application, you need an ActiveX component, which call the FlashWindowEx API
(<DllImport ("user32.dll", EntryPoint: ="FlashWindow")> or CWnd::FlashWindowEx)
to make the window title flash.

The following link is a good article talks about Chat Application using Web services in C#, and use windows form client to make the “balloon tips”




C#: Flash Window in Taskbar via Win32 FlashWindowEx
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900