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. Bubble Tool Tips

Bubble Tool Tips

Scheduled Pinned Locked Moved C / C++ / MFC
tutorialquestion
5 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.
  • S Offline
    S Offline
    Stober
    wrote on last edited by
    #1

    Anyone know how to create those bubble-style tool tips? standard tool tips derived from CToolTipCtrl are such a boaring rectangle.

    N E 2 Replies Last reply
    0
    • S Stober

      Anyone know how to create those bubble-style tool tips? standard tool tips derived from CToolTipCtrl are such a boaring rectangle.

      N Offline
      N Offline
      Neville Franks
      wrote on last edited by
      #2

      Mel wrote: Anyone know how to create those bubble-style tool tips? standard tool tips derived from CToolTipCtrl are such a boaring rectangle. Have you looked here on CP? Neville Franks, Author of ED for Windows. www.getsoft.com Make money with our new Affilate program

      A 1 Reply Last reply
      0
      • N Neville Franks

        Mel wrote: Anyone know how to create those bubble-style tool tips? standard tool tips derived from CToolTipCtrl are such a boaring rectangle. Have you looked here on CP? Neville Franks, Author of ED for Windows. www.getsoft.com Make money with our new Affilate program

        A Offline
        A Offline
        Ancient Dragon
        wrote on last edited by
        #3

        Yes, but I just now found something that will probably work: "Balloon Help as a non-modal replacement for MessageBox() By Shog9":)

        1 Reply Last reply
        0
        • S Stober

          Anyone know how to create those bubble-style tool tips? standard tool tips derived from CToolTipCtrl are such a boaring rectangle.

          E Offline
          E Offline
          Eugene Pustovoyt
          wrote on last edited by
          #4

          You must add the TTS_BALLOON style to your CToolTipCtrl object.

          m_pToolTip.Create(this, TTS_BALLOON);

          May be you need to define this style

          #ifndef TTS_BALLOON
          #define TTS_BALLOON 64
          #endif

          Or you can look my class CPPTooltip :-D Best regards, Eugene Pustovoyt

          A 1 Reply Last reply
          0
          • E Eugene Pustovoyt

            You must add the TTS_BALLOON style to your CToolTipCtrl object.

            m_pToolTip.Create(this, TTS_BALLOON);

            May be you need to define this style

            #ifndef TTS_BALLOON
            #define TTS_BALLOON 64
            #endif

            Or you can look my class CPPTooltip :-D Best regards, Eugene Pustovoyt

            A Offline
            A Offline
            Ancient Dragon
            wrote on last edited by
            #5

            Thanks for your suggestion --exactly what I wanted.:)

            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