HI,
I added a ToolTIp Manager to a new form...added some tooltip text for a text box...and everytime I make a change on the form it puts a line like the following before resources is declared:
System.ComponentModel.
.UltraWinToolTip.
Infragistics.Win.UltraWinToolTip.
UltraToolTipInfo ultraToolTipInfo4 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo(resources.GetString("lblPrompt.UltraToolTip"), Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmcNewJob));
I keep having to change it...not very productive.
Thanks
Mel
I am currently using 10.2.20102.2026
However, I added the control back onto the form after I had further developed that form and now it placing itself correctly in the auto-generated form code. If it happens again (we are going to implement the tooltip manager on most of our forms) I will re-post a question with a sample project.
Thanks.
Hi Mel,
What version of the controls are you using?
Can you post a small sample project in which this occurs?