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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top