How would I go about creating a hyperlink effect on some text in VB?
Thanks in advance

Re: hyperlink effect text by Robert

Robert
Tue Mar 02 15:08:28 CST 2004

what on a messagebox?

--
Robert Cohen
A legend in his own mind
--

"King of Red Lions" <bob@bob.com> wrote in message
news:Xns94A0CED628BF7blindsya@195.92.193.157...
> How would I go about creating a hyperlink effect on some text in VB?
> Thanks in advance



Re: hyperlink effect text by King

King
Tue Mar 02 15:21:38 CST 2004

Robert Cohen fell into a slight daze and imagined the following:

> what on a messagebox?
>
> --
> Robert Cohen
> A legend in his own mind
> --
>
> "King of Red Lions" <bob@bob.com> wrote in message
> news:Xns94A0CED628BF7blindsya@195.92.193.157...
>> How would I go about creating a hyperlink effect on some text in VB?
>> Thanks in advance
>
>
>

Basically so that when I hover over a word it will be underlined then not
underlined when you take the cursor of the wrod.

Re: hyperlink effect text by v-yiy

v-yiy
Wed Mar 03 07:25:58 CST 2004

Hi,

do you mean how to make the lable get the similiar look and feel like a
hyper link control.
As far as I know, It's not easy to create this effect in VB6, because there
is no event for mouse leave, the possible workarounds are
1.use a Timer , in Timer Check if the mouse is in the label bound.
2.subclass the label window handle the WM_MOUSEMOVE Message.
If ActiveX control is an option , you may try searching 3rd party ActiveX
controls,
for your convenient, I list some controls here:
http://www.charonsoftware.com/download/
http://www.pppindia.com/intl/hyperlink/

Is my suggestions helpful to resolve your problem?
Please feel free to reply this thread, if you still have questions on this
issue.
Thanks!

Best regards,

Ying-Shen Yu [MSFT]
Microsoft community Support
Get Secure! - www.microsoft.com/security

This posting is provided "AS IS" with no warranties and confers no rights.
This mail should not be replied directly, please remove the word "online"
before sending mail.


Re: hyperlink effect text by Al

Al
Wed Mar 03 19:56:03 CST 2004

"King of Red Lions" <bob@bob.com> wrote in message
news:Xns94A0D9942E4C0blindsya@195.92.193.157...
> Robert Cohen fell into a slight daze and imagined the following:
>
> > what on a messagebox?
> >
> > --
> > Robert Cohen
> > A legend in his own mind
> > --
> >
> > "King of Red Lions" <bob@bob.com> wrote in message
> > news:Xns94A0CED628BF7blindsya@195.92.193.157...
> >> How would I go about creating a hyperlink effect on some text in VB?
> >> Thanks in advance
> >
> >
> >
>
> Basically so that when I hover over a word it will be underlined then not
> underlined when you take the cursor of the wrod.

Robert's question still needs an answer. Where is this text that you want to
have this effect on? is it on a web page, in a msgbox, or what. If a msgbox,
not possible, if a webpage, possible. If something other than a webpage or
msgbox, then it depends on what it is.

/Al