Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tool Tips

Status
Not open for further replies.

siu01jam

Programmer
Oct 2, 2003
12
GB
Hi,

The following link has code to produce cool tool
tip ballons for components. The problem is that I have built a massive application using SpeedButtons and you can't call the function with speedbuttons because of the hierarchy of the components and hWnd. Does anyone have any idea how to make this work with Speedbuttons?


Thanks, James
 
Instead of reinventing the wheel, why not use Delphi's Hint facility. If you want to change the appearance of the hint window then subclass THintWindow (it is in controls.pas)then set the global
HintWindowClass:=TMyHintWindow

Have fun
Simon
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top