Search code examples
c#notifyicon

Is it possible for a single app to have two notifyicons?


Is it possible for a single app to have two notifyicons?

How can this be done properly?

This will be our interim solution until we get to phase 2 where the app will be split into two.


Solution

  • Is it possible for a single app to have two notifyicons?

    Yes. E.g. Process Explorer can (if you select the right options). So there is no Windows/Shell limitation.

    Try having two NotifyIcon instances in one form, or two forms (could be hidden) each with one.