There is a very simple one-line command that you can write for this, instead of doing all that huge thing that others offer:
notifyIcon1.ShowBalloonTip(1000, "Text", "Title", ToolTipIcon.Warning);
Remember that you need to initialize the control in your application first for this code to work. You can customize the control name and command options to suit your needs.
Alfas
source share