Enumerating Tray Icons

  • Thread starter Thread starter Phil Galey
  • Start date Start date
P

Phil Galey

In VB.NET, the NotifyIcon can be used to create a tray icon. But how can
you search for a tray icon from another application? I need to be able to
enumerate the tray icons, searching for one with, e.g., a particular Text
property. Thanks.
 
* "Phil Galey said:
In VB.NET, the NotifyIcon can be used to create a tray icon. But how can
you search for a tray icon from another application? I need to be able to
enumerate the tray icons, searching for one with, e.g., a particular Text
property.

AFAIK, that's not possible.
 
Back
Top