How can I show a message in the statusBar for 5 seconds?
I do some code, on the end I write out a message in statusBar (statusBar.Text = "Notification Message"; ).
But I want that is shown for only 5 seconds. Then it dissapears (with statusBar.Text = ""; )
How can I do this?