How should I display a notification bar in WinForms?
Posted
by mafutrct
on Stack Overflow
See other posts from Stack Overflow
or by mafutrct
Published on 2010-04-23T16:47:03Z
Indexed on
2010/04/23
16:53 UTC
Read the original article
Hit count: 258
winforms
|notification-bar
You all know the "You've got new answers!" notification bar on SO. I'd like the same thing in a Form, preferably just as smooth. Is there a simple way? Or do I have to completely create this myself?
My searches did not yield any good results, only lots of progress bars and popups in the system notification area, but that's not what I'm looking for.
© Stack Overflow or respective owner