D Dan Jun 7, 2004 #1 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?
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?
G Guest Jun 7, 2004 #2 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
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