Thread: Ballon Tips in C++ (Borland C++ Builder 6)

  1. #1
    Registered User
    Join Date
    Jan 2008
    Posts
    18

    Question Ballon Tips in C++ (Borland C++ Builder 6)

    I am using Borland C++ Builder 6. I would like to do away with ucky message boxes and repleace them with balloon tips when applicable.

    Does anyone know how to make balloon tips in Borland C++ Builder 6? I have looked around and have been able to find anything that would work (at least as far as I could understand).

    Thanks!

  2. #2
    Registered User
    Join Date
    Apr 2008
    Posts
    890
    Isn't there a Help menu?

  3. #3
    Registered User
    Join Date
    Jan 2008
    Posts
    18
    If there had been something helpful in the help file, I wouldn't have come here.

  4. #4
    Registered User
    Join Date
    Jun 2005
    Posts
    6,815
    This is probably more appropriate to a windows programming forum (using C++ Builder) than to a C++ forum.

    You need to search more actively; in particular look at common properties of visual components.

    All visual components in the VCL have a Hint property. If the mouse is moved over the component, and a couple of other conditions are met (look up the ShowHint and ParentShowHint properties) a balloon will be shown with the hint text.

  5. #5
    Registered User
    Join Date
    Jan 2008
    Posts
    18
    Thanks!!!

    I'll be looking into those, I have other stuff to work on now, but it's a start when I can get to it.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Programming Tips
    By webmaster in forum General Discussions
    Replies: 27
    Last Post: 10-29-2018, 12:49 PM
  2. Replies: 2
    Last Post: 10-03-2006, 04:48 PM
  3. THE END - Borland C++ Builder, Delphi, J Builder?
    By Davros in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 02-28-2006, 11:23 PM
  4. C++ Programming Tips
    By gflores in forum C++ Programming
    Replies: 20
    Last Post: 09-14-2004, 07:53 PM
  5. Dynamically programme in C++ Builder..Help
    By Gugge in forum C++ Programming
    Replies: 2
    Last Post: 08-01-2002, 12:14 PM