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. Win32 message window

Win32 message window

Scheduled Pinned Locked Moved C / C++ / MFC
c++
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.
  • P Offline
    P Offline
    pranavamhari
    wrote on last edited by
    #1

    hi, i need a control to show a message near the system tray. It should be in win32 (no MFC please). My app runs in the system tray, and needs to show a message (like 'you've got mail'). please point me to any good source code. i cant find any. Regards, HariKrishnan Hari Krishnan

    A P 2 Replies Last reply
    0
    • P pranavamhari

      hi, i need a control to show a message near the system tray. It should be in win32 (no MFC please). My app runs in the system tray, and needs to show a message (like 'you've got mail'). please point me to any good source code. i cant find any. Regards, HariKrishnan Hari Krishnan

      A Offline
      A Offline
      Antti Keskinen
      wrote on last edited by
      #2

      Go check the MSDN section called 'Using ToolTip controls'. ToolTips are small messages displayed to the user. Their general use is to pop up when you hover the mouse over an icon. However, even the 'Click here to stay current with automatic updates' tooltip bound to the Windows Update System tray icon is just a standard tooltip, with some extra styles applied. The article is a good place to start. Unfortunately I cannot provide you with a ready code. Here is a link to it: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/tooltip/usingtooltips.asp[^]. -Antti Keskinen ---------------------------------------------- The definition of impossible is strictly dependant on what we think is possible.

      1 Reply Last reply
      0
      • P pranavamhari

        hi, i need a control to show a message near the system tray. It should be in win32 (no MFC please). My app runs in the system tray, and needs to show a message (like 'you've got mail'). please point me to any good source code. i cant find any. Regards, HariKrishnan Hari Krishnan

        P Offline
        P Offline
        Peter Molnar
        wrote on last edited by
        #3

        I would suggest you to take a look at http://www.codeproject.com/miscctrl/balloonhelp.asp[^]http://www.codeproject.com/useritems/CTrayIconPosition.asp[^] Bunburry

        P 1 Reply Last reply
        0
        • P Peter Molnar

          I would suggest you to take a look at http://www.codeproject.com/miscctrl/balloonhelp.asp[^]http://www.codeproject.com/useritems/CTrayIconPosition.asp[^] Bunburry

          P Offline
          P Offline
          pranavamhari
          wrote on last edited by
          #4

          THanks to both of you guys Hari Krishnan

          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