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.
I'm looking for the one that pops up from taskbar, maybe I'll figure out of this one.
Dave18
2010-03-06 11:17:39
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
2010-03-12 01:48:03
+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
2010-03-07 14:14:48