Home All Groups Group Topic Archive Search About
Author
15 Aug 2006 11:58 PM
Ruth Sanders
VB 6: I need to provide a text box that allows a user to enter working hyperlinks without typing the html code. I currently send the text box contents (textbox.text) as an email message...I need the user entered hyperlink to work within the sent email message body.

How can I make this happen?


From http://www.developmentnow.com/g/38_2004_11_0_4_0/dotnet-languages-vb.htm

Posted via DevelopmentNow.com Groups
http://www.developmentnow.com

Author
16 Aug 2006 12:47 AM
Cyril Gupta
Hello Ruth,

Well, to make this happen you need work a little harder. First, how are you
sending your email? You should specify that it's HTML in the format tag.
Are you using MAPI?

Secondly, you might have to enclose the email address in the appropriate
HTML tags. I think you can make this auto generated.

Regards
Cyril Gupta

You can do anything with a little bit of 'magination.
I have been programming so long, that my brain is now soft-ware.
http://www.cyrilgupta.com/blog

Show quoteHide quote
> VB 6: I need to provide a text box that allows a user to enter working
> hyperlinks without typing the html code. I currently send the text box
> contents (textbox.text) as an email message...I need the user entered
> hyperlink to work within the sent email message body.
>
> How can I make this happen?
>
> From
> http://www.developmentnow.com/g/38_2004_11_0_4_0/dotnet-languages-vb.h
> tm
>
> Posted via DevelopmentNow.com Groups
> http://www.developmentnow.com
Author
16 Aug 2006 10:04 AM
Larry Lard
Ruth Sanders wrote:
> VB 6:

You want microsoft.public.vb.general.discussion


--
Larry Lard
larryl***@googlemail.com
The address is real, but unread - please reply to the group
For VB and C# questions - tell us which version
Author
16 Aug 2006 11:05 PM
Ruth Sanders
I am using the CDO.Message object.  I am trying to set the HTMLText property to the textbox.text value.  It is not working!

Preferably I would like my users to view the hyperlink as a hyperlink within the textbox.  I even tried using the Microsoft Rich TextBox...it does not work either!

I need to work within an existing application written in VB6...

I am grateful for any suggestions?

From http://www.developmentnow.com/g/38_2006_8_0_0_805271/hyperlink-text.htm

Posted via DevelopmentNow.com Groups
http://www.developmentnow.com