Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4165
ToolTip Info keeps putting itself before resources declared in form.
posted

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.

UltraToolTipInfo ultraToolTipInfo3 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo(resources.GetString("txtInput.UltraToolTip"), Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);

Infragistics.Win.UltraWinToolTip.

UltraToolTipInfo ultraToolTipInfo4 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo(resources.GetString("lblPrompt.UltraToolTip"), Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);

System.ComponentModel.

ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmcNewJob));

I keep having to change it...not very productive.

Thanks

Mel