Windows Develop Bookmark and Share   
 index > Windows Forms General > Problem with baloon Tool tip.
 

Problem with baloon Tool tip.

Hi,

There is some problem with my tool tip control. When i set the IsBaloon property to true, it starts flickering that too at very high speed.

Please help. It is URGENT.

Code Snippet

public class CellToolTip: ToolTip

{

public CellToolTip()

{

this.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;

this.BackColor = Color.LightGray;

this.ToolTipTitle = "BURST INFO";

this.AutomaticDelay = 50;

this.IsBalloon = true;

}

}

Ovais Khan  Wednesday, May 21, 2008 5:37 AM
This happens when the tooltip overlaps the mouse cursor. Make sure you display the tip a good bit away for the cursor.
nobugz  Monday, May 26, 2008 8:00 PM

Hi Ovais Khan,

I cannot reproduce the problem using your code, but to avoid flicking, you cancheck this thread for some useful information

Hope this helps.
Best regards.
Rong-Chun Zhang

Windows Forms General FAQs
Windows Forms Data Controls and Databinding FAQs

Rong-Chun Zhang  Monday, May 26, 2008 11:01 AM
This happens when the tooltip overlaps the mouse cursor. Make sure you display the tip a good bit away for the cursor.
nobugz  Monday, May 26, 2008 8:00 PM

You can use google to search for other answers

Custom Search

More Threads

• More than one field referencing same table
• ToolTip text is not displayed after a click
• Listview Control "Items"
• how to Programmatically make a folder (NOT A FILE A FOLDER)
• file open error with excel
• webBrowser control replace tags
• how can i show ExpandableObjectConverter expanded from start?
• Update textbox text by a buttpn click in another form
• Accessing from the Global Cache
• run function from string