I'm using VS 2005.

I'm trying to use ToolTip's for some mandatory field validation. If a user
presses "OK" in my application, it will highlight any mandatory fields with a
nice baloon saying that field is mandatory.

I've got this working nicely with, say,

toolTip.Show("This field is mandatory.", tx_InputDate, 3000);


However, sometimes the tool tip appears in the wrong location. The times it
works properly, it looks great!

Is this a bug? Is there a workaround?

RE: ToolTip in the wrong spot. by greg

greg
Fri Jan 25 11:59:03 CST 2008

Any ideas?

Re: ToolTip in the wrong spot. by Ravi

Ravi
Tue Feb 05 12:59:41 CST 2008

Hi Greg,

You may want to consider using the ErrorProvider component instead.

/ravi

--------------
"greg" <greg@discussions.microsoft.com> wrote in message
news:B233EAE3-AF83-42D1-B9FF-0610E3FB461B@microsoft.com...
> I'm using VS 2005.
>
> I'm trying to use ToolTip's for some mandatory field validation. If a user
> presses "OK" in my application, it will highlight any mandatory fields
> with a
> nice baloon saying that field is mandatory.
>
> I've got this working nicely with, say,
>
> toolTip.Show("This field is mandatory.", tx_InputDate, 3000);
>
>
> However, sometimes the tool tip appears in the wrong location. The times
> it
> works properly, it looks great!
>
> Is this a bug? Is there a workaround?