T Tao Feb 6, 2007 #1 hi. Group, Does somebody here know how to change font (including font, font size) in tooltip. thanks
O Ollie Riches Feb 7, 2007 #2 If it is a winforms app you are going to have to override the drawing code for the tooltip as it will use the default font, check out the System.Windows.Forms.Tooltip class and the OwnerDraw property. HTH Ollie Riches
If it is a winforms app you are going to have to override the drawing code for the tooltip as it will use the default font, check out the System.Windows.Forms.Tooltip class and the OwnerDraw property. HTH Ollie Riches