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

    System Tray Query

    Hi All,

    How can I get my app to have it's icon in the system tray rather than the task bar? I've looked at the CSystemTray code on the codeguru site but it seems more complicated than it needs to be really. I can't work out how I would code it so that all that the icon does is to is minimise or maximise my app.

    I just want to keep the app out of the way as it is a messaging tool that will be running all the time.

    Thanks....

    Nick......


  2. #2
    Guest

    Re: System Tray Query

    They are two different things

    1) System tray is rather easy to implement, look at Shell_NotifyIcon()
    2) To remove the program from the task bar, I assume you can hide it....




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