What methods are available in the WinAPI for accessing programs in the system tray?

Posted by Corey Ogburn on Stack Overflow See other posts from Stack Overflow or by Corey Ogburn
Published on 2010-05-10T04:45:22Z Indexed on 2010/05/10 4:48 UTC
Read the original article Hit count: 217

Filed under:
|

What DLLs would have functions for accessing things in the System Tray? Do I even need the winapi, or are there classes already available in the Class Library for this? I'm hoping to find a way to emulate all the functionality of the system tray, i.e. the icons, the mouseover text, and the capability to display the context menu.

© Stack Overflow or respective owner

Related posts about c#

Related posts about winapi