Search code examples
winapiuser-interfaceskype

skype like alert notification messages using win32 api


can anyone give me a clue on how one can make skype like notifications alert popups using win32 api's.

In window one can show balloon tips using shell_notifyicon(..) but it doesn't have any look-and-feel. I would be very thankful if someone guide me a little on this topic.Also how do we decorate win32 windows as skype did?


Solution

  • You can write your own. As a starting point, you can have a look at my code here: StatusBarMsgWnd.h StatusBarMsgWnd.cpp