I want to show the tooltiptext below the textbox when the user type an entry on it. As we know when that the pointer of the mouse pointed on the textbox the tooltiptext will show up but my problem is if the user uses only tab for transferring the cursor to another textbox the tooltiptext won't show unless the mouse pointer was on the above of the textbox. please show me the tricks!

Recommended Answers

All 3 Replies

Tool tip text is designed to be display when the couse moves on that particular control not on the got focus event.

Hi,

U can Place a Label Control at the Bottom/Top of the Form, and Write code in Got Focus of all the Controls to change the Label of the Caption. It acts as a ToolTip. Either u can move the Label around the Control or Place it Fixed.

Regards
Veena

yeah! thanks vee you give me some idea!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.