Hello - the NotifyIcon for my application remains in the system tray
if the application is abnormally terminated. Is there anyway I can
clean this up - either by the application (NotifyIcon.Dispose()
doesn't help) or by another application that could force a
repaint/repopulation of the system tray?

A litle bit more background. I have written an application which, when
run with certain command line arguments, will kill other instances of
itself. Unfortunately, it does leave the NotifyIcons visible.

Thanks very much for you help

Lee