Tooltip Problems
- From: greg <thefish@xxxxxxxxxxxxx>
- Date: Tue, 29 Jan 2008 07:46:02 -0800
(reposted hopefully with proper MSDN info so I get support on this)
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?
.
- Follow-Ups:
- RE: Tooltip Problems
- From: Linda Liu[MSFT]
- RE: Tooltip Problems
- Prev by Date: Re: Executing gacutil in post-build event
- Next by Date: Re: Repeater Pagination
- Previous by thread: Repeater Pagination
- Next by thread: RE: Tooltip Problems
- Index(es):
Loading