So I got a free control here for you. It is a pretty simple control, completly in C#. It is a notification/information bar, like that found in IE when you try to download something.
Features of this control include.
- LGPL License.
- Easy to use.
- Works on Mono.
- Automatically resizes to fit text.
- Can play system sound when shown.
- Can flash control any number of times for any number of milliseconds.
- Can show a ContextMenuStrip when clicked.
- Useful for when you don’t want to show a MessageBox but want to give the user some info.
- Uses .NET 2.0.
- Written in C#.
It comes with a demo project and you can download it here - NotificationBar.zip (343)


