hover over link label, give description

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I'd like to give a detailed description of the link label when the user hovers over it, just like the web environment. How is this done, please? Tks!
 
Hi, I'd like to give a detailed description of the link label when the
user hovers over it, just like the web environment. How is this done,
please? Tks!

Helen,
just use the ToolTip component. I've never tried it with LinkLabel, but I
believe it will work :-)

Palo
---
http://dact.lamarvin.com/
AutoComplete component for WinForms applications. Easy to integrate, easier
to use!
http://www.vbinfozine.com/
An ordinary VB developer shares his own successes and failures
 
* "=?Utf-8?B?SGVsZW4=?= said:
I'd like to give a detailed description of the link label when the
user hovers over it, just like the web environment.

AFAIS that's not supported by the LinkLabel control.
 
* "=?Utf-8?B?SGVsZW4=?= said:
Thanks, all, it worked. Gr8. Helen

How did you make it link-sensitive if there was more than one link in
the listlabel?
 
Hi, Herfried

I'm not using a listlabel. I just have linklabels on my main form directing users to other forms where controls and crystal reports are initiated.

The hover over linklabel is cool. Gives a nice clean page and the users can get all the info they need in the tooltips

-H
 
Hi Helen,

Herfried made a most probably a typo,

Then it is better to add to this message from you.

:-)
I'm not using a listlabel. I just have linklabels on my main form
directing users to other forms where controls and crystal reports are
initiated.

LOL

Cor
 
Back
Top