cpx
cpx

Reputation: 17577

Displaying a pop-up notification window

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.

Upvotes: 3

Views: 2977

Answers (2)

Chris Becke
Chris Becke

Reputation: 36131

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.

Upvotes: 3

Darbio
Darbio

Reputation: 11418

how about this? Customizable Alert Window

Upvotes: 2

Related Questions