Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ToolTip TExt
Message
From
12/10/2002 13:21:05
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
12/10/2002 09:16:32
Mazahir Naya
Kuwait United Co.
Kuwait, Kuwait
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00710617
Message ID:
00710651
Views:
12
>hi to All Experts
>any one have idea how to display Icon inside Tooltip Text or any .bmp or .jpg
>file format.or make Tooltip TExt Display in Multiple LIne
>Thanks for advance
>Mazahir

Personally, I use StatusBarText, since I consider it less intrusive.

But back to your question: VFP doesn't offer direct support for this, but you might consider creating a class that does all this.

You would have to intercept GotFocus() and LostFocus() (or perhaps better MouseMove()) for each textbox, etc. - you should do this in your base classes, of course (for instance, in cTextBoxes, from which all textboxes in your system derive).

You would open a form to show the graphic and text you desire.

HTH, Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform