Hi Everybody,
I am developed an application software in that i want to use notification Icon. But it seems to doesn't work for me. can anybody help me?
Here is my code
private void button29_Click(object sender, EventArgs e)
{
notifyIcon1.Visible = true;
notifyIcon1.ShowBalloonTip(2000, "Hello", "Hi", ToolTipIcon.Info);
}
it will not display any notification....
Thanks in advance