CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2004
    Posts
    1

    Lightbulb Accessing System Tray Icons

    Hi All,

    How do I get information about System Tray Icons? NotifyIcon class seems to help only if you have to create icons for application.

    I want data as to which applications currently have icons in the tray or vice-versa(which icon correspond to which application/process) ?

    Please help

    Thanks

  2. #2
    Join Date
    Jul 2003
    Posts
    54
    I think you cannot get the list of icons in status area. I had tried to find something like you before, but I still could not find any useful tips.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured