|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
hyperlink textVB 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 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 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 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
Update DataSet
Using OLEDB with Excel What is the correct format for DateTime.Compare ? Using values from one useform in another userform Difficult Task IndexOf string method VB.Net Appliction stops working when version is updated brain death Am I doing this right? ISDATE() took 8 seconds to complete ? |
|||||||||||||||||||||||