Problem with NotifyIcon.ShowBalloonTip
Basically the problem is that the following line of code works perfectly on one computer and doesn't appear to do anything on the other (_Icon is a NotifyIcon object).
this._Icon.ShowBalloonTip(int.MaxValue, "title", "some text", ToolTipIcon.Info);
The computer it works on is running xp professional and the one it doesn't work on is running xp home, but I don't think this should make any difference. Any ideas?
Ray GulliverPosted Jan 23, 2007, 5:32 AM
Thanks for the reply. Ive checked and both computers have service pack 2 installed.
Scott LyslePosted Jan 21, 2007, 8:25 PM