Thursday, June 17, 2010

Get notification at system tray-Notify Icon

There is one tool in .Net named Notify Icon



drag & drop it to your application




NotifyIcon1.ShowBalloonTip(200, "You have 1 new notification!", "PCTL SYSTEM 2010", ToolTipIcon.Info)


NotifyIcon1.Visible = True

No comments:

Post a Comment