Windows Develop Bookmark and Share   
 index > Windows Forms Designer > change the font size of ErrorProvider's quickinfo
 

change the font size of ErrorProvider's quickinfo

Hello,
know someone how i can change the font size and font style in the quickinfo tooltip from the errorprovider?

Greets swizz_balu
swizz_balu  Thursday, June 15, 2006 5:31 AM

The ErrorProvider internally uses TOOLINFO_T structure

and

params1 = new CreateParams();

params1.Parent = base.Handle;

params1.ClassName = "tooltips_class32";

params1.Style = 1;

internally to create the tooltip.

Hence I guess it cannot be changed or modified.

Karthik Krishnaswami  Thursday, June 15, 2006 1:52 PM

You can use google to search for other answers

Custom Search

More Threads

• Event Publisher not Publishing?
• Chinese characters in Button.Text
• Adding controls at design time
• TabControl - problem
• Exceptions at design time -> why only the message?
• create multiline label
• Custom form transparency problem
• Missing/worthless DragDrop args in designer
• Unselectable child controls
• Properties help