How to make the taskbar blink my application like Messenger does when a new message arrive?

后端 未结 5 1005
野的像风
野的像风 2020-12-05 08:01

Is there an API call in .NET or a native DLL that I can use to create similar behaviour as Windows Live Messenger when a response comes from someone I chat with?

5条回答
  •  [愿得一人]
    2020-12-05 08:30

    The FlashWindowEx Win32 API is the call used to do this. The documentation for it is at: http://msdn.microsoft.com/en-us/library/ms679347(VS.85).aspx

提交回复
热议问题