I have placed a notification icon control in main form.... i will place it in system tray if user selects some option in form1!!! and i should be able to remove the notification icon from system tray if user selects another option which is in form5.... i shud remove when he selects an option instantly........ is there any way i can remove notification icon which is a control of form1 from form5????
I used below statements in form5 and i also changed the notification icon property from private to public
form1 f = new form1();
f.notificationicon1.visible=false;
but above code dosent seems to work is there any way i can do it????
Thanks and Regards,