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. Refreshing windows systray

Refreshing windows systray

Scheduled Pinned Locked Moved C / C++ / MFC
help
3 Posts 2 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.
  • H Offline
    H Offline
    haritadala
    wrote on last edited by
    #1

    Hello all I'm programmatically adding and removing icons to windows systray. Icons showup correctly when I'm adding it programmatically but when I remove it programmitically the icon still shows up until I put the mouse pointer there. Is there any way to refresh the system tray so that the icons showup properly. many thanks for your help. Hari.

    S 1 Reply Last reply
    0
    • H haritadala

      Hello all I'm programmatically adding and removing icons to windows systray. Icons showup correctly when I'm adding it programmatically but when I remove it programmitically the icon still shows up until I put the mouse pointer there. Is there any way to refresh the system tray so that the icons showup properly. many thanks for your help. Hari.

      S Offline
      S Offline
      SJolly
      wrote on last edited by
      #2

      Hello, How are you removing the window - I have seen this problem before if you miss: Shell_NotifyIcon(NIM_DELETE, IconNotificationData); Without the above the notification gets sent when you put the mouse over the icon - making it vanish. Regards, Simon

      H 1 Reply Last reply
      0
      • S SJolly

        Hello, How are you removing the window - I have seen this problem before if you miss: Shell_NotifyIcon(NIM_DELETE, IconNotificationData); Without the above the notification gets sent when you put the mouse over the icon - making it vanish. Regards, Simon

        H Offline
        H Offline
        haritadala
        wrote on last edited by
        #3

        Hi Simon Thank you very much for reply.

        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