CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Location
    Raleigh, NC
    Posts
    47

    Icon in System Tray?

    How can I make the icon associated with my program appear in the system tray only when it is running?

    Thanks.


  2. #2
    Join Date
    May 1999
    Location
    Mass, USA.
    Posts
    103

    Re: Icon in System Tray?

    <gentle_nudge>
    Did you bother to search for "system tray" before asking? :-)
    </gentle_nudge>

    I did, and found the following useful links:


    http://www.codeguru.com/tools/system_tray_appwiz.shtml
    http://www.codeguru.com/shell/systemtray.shtml
    http://www.codeguru.com/shell/animtray.shtml



    /ravi



  3. #3
    Join Date
    May 1999
    Location
    Raleigh, NC
    Posts
    47

    Re: Icon in System Tray?

    I did search, but I didn't think to search through codeguru. Thanks for the tip.


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