I've a number of forms in my C# application. I am using notifyIcon only on the very first form. The problem I am facing is that when I load other forms (at run-time) they also create notifyIcons in system tray.
Note: Only two forms are causing this problem.
Please tell me how can I avoid it.