tags:

views:

72

answers:

2

How do you create a window that pops up from system tray notification area vertically upwards and displays a message? for example - In MSN, it displays it when someone gets online/offline.

+2  A: 

how about this? Customizable Alert Window

JD
I'm looking for the one that pops up from taskbar, maybe I'll figure out of this one.
Dave18
No dramas. As suggested by Chris Becke, use the link I sent you to create the notification window, and then call AnimateWindow on that window. You'll get there :)
JD
+1  A: 

Create a window with the look you want, and call AnimateWindow to get the pop-in effect. AnimateWindow doesn't really like windows with anything except a simple border.

Chris Becke