PDA

View Full Version : Balloon Tooltips


ar4i
02-07-2005, 11:20 PM
I'm useing Delphi7 and I wanted to use those baloon tooltips, but didn't find any suitable way to do it.

I've found this:
http://www.swissdelphicenter.ch/en/showcode.php?id=1587

but it doesn't seem to work fine for me on winxp - the background of tooltip is allways black nomatter the color I pass and the tip wouldn't show everytime I want it to... anyone having a better idea?

mshkolnik
02-08-2005, 12:37 AM
Remove from code the next lines:
SendMessage(hWndTip, TTM_SETTIPBKCOLOR, BackCL, 0);
SendMessage(hWndTip, TTM_SETTIPTEXTCOLOR, TextCL, 0);

If you'll have the problems, write me and I'll send the own code (works for me in my projects)

With best regards, Mike Shkolnik
http://www.scalabium.com

BaraoZemo
02-08-2005, 01:14 PM
hi..

good components to do this...

(all works with d7, just choice one...)

http://www.torry.net/vcl/misceff/hints/AlHintballoon.zip

http://www.torry.net/vcl/misceff/hints/jwbballoon.zip

Regards
BaraoZemo

ps, donīt forget to Accept as Answer if this helped you!