Windows Develop Bookmark and Share   
 index > Windows Forms General > Customizing ToolTip Appearance
 

Customizing ToolTip Appearance

I have a formwith following code on form load:

Dim TTpnlHTWP1 As New ToolTip

With TTpnlHTWP1

.AutoPopDelay = 5000

.InitialDelay = 1000

.ReshowDelay = 500

.BackColor = Color.LemonChiffon

.ForeColor = Color.Red

.SetToolTip(Me.TextBox2, "Assumes Options Set To Default Values")

End With

The tooltip shows up on TextBox2, but has standard background/foreground colors.

The BackColor and ForeColor properties are listed in the AutoComplete box, and the code compiles.

Why doesn't the Backcolor and Forecolor property settings take effect?

Appreciate suggestions.

dickey38  Monday, June 02, 2008 11:46 PM

Hi,

You can get some ideas from over here:

http://www.codeproject.com/KB/miscctrl/ballontooltip.aspx

HTH,

Suprotim Agarwal

Suprotim Agarwal  Tuesday, June 03, 2008 3:42 AM

Hi,

You can get some ideas from over here:

http://www.codeproject.com/KB/miscctrl/ballontooltip.aspx

HTH,

Suprotim Agarwal

Suprotim Agarwal  Tuesday, June 03, 2008 3:42 AM

You can use google to search for other answers

Custom Search

More Threads

• Databases and Setup Projects
• minimize, maximize, and close button image...
• how to stop and start a program autometically in vb.net 2005
• PageSetup Dialog Customization
• How to capture mouse position outside of a form?
• Dynamic generation of controls
• Good magazine?
• Windows form control question
• Move a control from one form to another
• Conversion of Delphi to .net