Re: Hyperlinks in Text Boxes?

From: Sue Mosher [MVP-Outlook] (suemvp_at_outlookcode.com)
Date: 10/27/04


Date: Wed, 27 Oct 2004 12:52:03 -0400

The page I suggested explains what the options are. You can offer the user a
text box to enter a URL, but it is not possible to make that URL ***in the
text box*** clickable. You could, however, link both the text box and a
label control to the same field. Or you could provide a command button to
run code to launch the browser with the text box's URL.

-- 
Sue Mosher, Outlook MVP
Author of
     Microsoft Outlook Programming - Jumpstart for
     Administrators, Power Users, and Developers
     http://www.outlookcode.com/jumpstart.aspx
"Kreytor" <Kreytor@discussions.microsoft.com> wrote in message 
news:8A5F1D71-A38C-41BD-A5AA-5B7322B26120@microsoft.com...
> Ok maybe I can be a little clearer.  I have looked over the label code and 
> I
> believe that is for you to provide someone else with a Hyperlink that is
> attached to a label.  What I want is for my users to be able to add
> hyperlinks in a form field.  The standard Message control allows this, but
> when it forwards or is replied to adds text such as
>
> From: Santiago
> Sent: Wednesday, September 01, 2004 10:34 AM
> To: Coomes
> Cc: Kowalski
> Subject: RE: Oracle Web-Restricted
>
> Basically I have a summary field that I would like to have users be able 
> to
> add hyperlinks on there own.  If this is not possible or is what you were
> linking me to please let me know.