notifyIcon1.Icon = new System.Drawing.Icon(@"c:\1.ico");
notifyIcon1.Visible = true;
notifyIcon1.Text = "Test Notify Icon Demo";
notifyIcon1.BalloonTipTitle = "ByRamiX Product";
notifyIcon1.BalloonTipText = "This Product was programmed ByRamiX";
notifyIcon1.ShowBalloonTip(5000);
Thursday, November 23, 2006
Using Notify Icon Object
Posted by RamiX at 10:29 AM
Labels: .net, c#, source codes, windows programming
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment