Prev: error BC30560: 'LoginServiceEng' is ambiguous in the namespace...
Next: Error using FAXCOMEXLib
From: Engineerik on 21 Aug 2007 12:24 I have an application which uses a notification icon in the system tray. When the application is closed the notification icon remains in the system tray until I hover over it with the mouse. How can I refresh the system tray to remove the notify icon when the app closes?
From: Steve on 21 Aug 2007 12:52 You need to add code to the Form_Closing event to cleanup the icon before the app closes. Try using this: NotifyIcon1.Visible = False Steve C. MCAD,MCSE,MCP+I,CNE,CNA,CCNA Engineerik wrote: > I have an application which uses a notification icon in the system tray. > When the application is closed the notification icon remains in the system > tray until I hover over it with the mouse. How can I refresh the system tray > to remove the notify icon when the app closes? > >
|
Pages: 1 Prev: error BC30560: 'LoginServiceEng' is ambiguous in the namespace... Next: Error using FAXCOMEXLib |