Welcome to WindowsClient.net | Sign in | Join

Here are some frequently asked questions about Windows Forms and their answers.

Windows Forms FAQs

How do I create a multi-line tooltip?

Include a \n as part of the tiptext.

toolTip1.SetToolTip( button1, "Press for\ninformation..." ); 

Contributed from George Shepherd's Windows Forms FAQ