Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Systray icon settings under Windows 7

Systray icon settings under Windows 7

Scheduled Pinned Locked Moved C / C++ / MFC
designwindows-admintutorialquestion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Maxwell Chen
    wrote on last edited by
    #1

    Under Windows 7, the design of the tray notification area is different from Windows Vista and XP. It provides the settings of "Show icon and notification", "Hide icon and notification", and "Only show notification" for each icon. Except the system built-in icons set as "Show icon and notification", all the other icons are set as "Only show notification" by default. If a systray application is intended to launch with the property "Show icon and notification" programmatically, how to do that? Is it done by modifying some registry key? Or done by adding some flags in the source code? Thanks!

    Maxwell Chen

    S 1 Reply Last reply
    0
    • M Maxwell Chen

      Under Windows 7, the design of the tray notification area is different from Windows Vista and XP. It provides the settings of "Show icon and notification", "Hide icon and notification", and "Only show notification" for each icon. Except the system built-in icons set as "Show icon and notification", all the other icons are set as "Only show notification" by default. If a systray application is intended to launch with the property "Show icon and notification" programmatically, how to do that? Is it done by modifying some registry key? Or done by adding some flags in the source code? Thanks!

      Maxwell Chen

      S Offline
      S Offline
      Stuart Dootson
      wrote on last edited by
      #2

      This page[^] says this:

      There have been changes to the notification area that give the user much more control over what icons appear on the taskbar. All notification icons are now hidden by default and that visibility cannot be programmatically controlled. Only the user is allowed to choose which notification icons appear on the taskbar.

      That makes sense to me...

      Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

      M M 2 Replies Last reply
      0
      • S Stuart Dootson

        This page[^] says this:

        There have been changes to the notification area that give the user much more control over what icons appear on the taskbar. All notification icons are now hidden by default and that visibility cannot be programmatically controlled. Only the user is allowed to choose which notification icons appear on the taskbar.

        That makes sense to me...

        Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

        M Offline
        M Offline
        Maxwell Chen
        wrote on last edited by
        #3

        Thank you very much for your great information, Stuart! :)

        Maxwell Chen

        1 Reply Last reply
        0
        • S Stuart Dootson

          This page[^] says this:

          There have been changes to the notification area that give the user much more control over what icons appear on the taskbar. All notification icons are now hidden by default and that visibility cannot be programmatically controlled. Only the user is allowed to choose which notification icons appear on the taskbar.

          That makes sense to me...

          Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

          M Offline
          M Offline
          miriam l
          wrote on last edited by
          #4

          If I need to set this programatically using c#. How can I do this???? (or even show a user a message box to remind him the option of displaying the icon and clicking ok will show the icon)

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups