URL in a text box

  • Thread starter Thread starter dgd1212
  • Start date Start date
D

dgd1212

Is it possible to set properties(?) in a text box, in a form, so when an
email address is entered it will be a URL and when clicked it will open a
message box to compose an email? If so, just how would that be done? Thanks
 
URL's aren't automatically recognized by the Text Box control in Outlook.
You'd have to fake it: use a blue, underlined font and set a custom mouse
icon to any pointing hand type cursors you may have. Then trap the Click
event for the control and create a new message then.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top