tooltip font

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

Hi guys, is there a way of changing the font of a ToolTip? Should I use some
SendMessage hack or is there any custom tooltip control?
 
You'll probably need to implement your own ToolTip class.

The ToolTip font and the Statusbar font (which are the same), are a
system-wide parameter so it's not a good idea to set it for all apps.

The only way around this would be to implement your own ToolTip class.

Pete
 
Back
Top