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. information bubbles

information bubbles

Scheduled Pinned Locked Moved C / C++ / MFC
question
4 Posts 4 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.
  • A Offline
    A Offline
    Anonymous
    wrote on last edited by
    #1

    In Windows XP applications (especially MS Office), sometimes instead of spitting out an annoying message box at you, the application just shows a yellow bubble with an informational warning in it that doesn't prevent you from doing what you are doing and doesn't require you to press any buttons (the bubble is like the one that says "Windows updates are ready to install" in System Tasks), it automatically fades after a few seconds. Since I've seen it so often in Windows XP, I was just wondering if there was an easy way to tell windows to make one of those with desired text. By an easy way I mean something as easy as telling windows to make a message box? Thanks.

    D C R 3 Replies Last reply
    0
    • A Anonymous

      In Windows XP applications (especially MS Office), sometimes instead of spitting out an annoying message box at you, the application just shows a yellow bubble with an informational warning in it that doesn't prevent you from doing what you are doing and doesn't require you to press any buttons (the bubble is like the one that says "Windows updates are ready to install" in System Tasks), it automatically fades after a few seconds. Since I've seen it so often in Windows XP, I was just wondering if there was an easy way to tell windows to make one of those with desired text. By an easy way I mean something as easy as telling windows to make a message box? Thanks.

      D Offline
      D Offline
      David Crow
      wrote on last edited by
      #2

      Anonymous wrote: a yellow bubble with an informational warning in it Also known as a tool tip control. There are plenty of MSDN examples that you can search for.


      "Ideas are a dime a dozen. People who put them into action are priceless." - Unknown

      1 Reply Last reply
      0
      • A Anonymous

        In Windows XP applications (especially MS Office), sometimes instead of spitting out an annoying message box at you, the application just shows a yellow bubble with an informational warning in it that doesn't prevent you from doing what you are doing and doesn't require you to press any buttons (the bubble is like the one that says "Windows updates are ready to install" in System Tasks), it automatically fades after a few seconds. Since I've seen it so often in Windows XP, I was just wondering if there was an easy way to tell windows to make one of those with desired text. By an easy way I mean something as easy as telling windows to make a message box? Thanks.

        C Offline
        C Offline
        Christopher Lloyd
        wrote on last edited by
        #3

        Check out EM_SHOWBALLOONTIP - it's easy to use.

        1 Reply Last reply
        0
        • A Anonymous

          In Windows XP applications (especially MS Office), sometimes instead of spitting out an annoying message box at you, the application just shows a yellow bubble with an informational warning in it that doesn't prevent you from doing what you are doing and doesn't require you to press any buttons (the bubble is like the one that says "Windows updates are ready to install" in System Tasks), it automatically fades after a few seconds. Since I've seen it so often in Windows XP, I was just wondering if there was an easy way to tell windows to make one of those with desired text. By an easy way I mean something as easy as telling windows to make a message box? Thanks.

          R Offline
          R Offline
          Ravi Bhavnani
          wrote on last edited by
          #4

          See Eugene Pustovoyt's awesome CPP Tooltip[^] article!  :cool: /ravi My new year's resolution: 2048 x 1536 Home | Articles | Freeware | Music ravib@ravib.com

          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