i written this code in C#.Net
when i write
"NotifyIcon.ShowBalloonTip(5000, "App Started", "The App is started", ToolTipIcon.Info);"
to get a Notify Info Balloon it gives an Error, the error is
An Object refrence is required for the nonstatic field, method, or property 'System.Windows.Forms.NotifyIcon.ShowBal... string, string, System.Windows.Forms.ToolTipIcon)'
what am i doing wrong?
Tags: