0

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.

sjlewis
  • 780
  • 2
  • 13
  • 25

1 Answers1

2

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.

Richard
  • 106,783
  • 21
  • 203
  • 265