ADVISOR ANSWERS
Create Clickable E-Mail Addresses in Visual FoxPro Textboxes
Here's how to configure a textbox so that when the user types in an e-mail address, he can click on the e-mail address and go to the default e-mail program.
Subscribers: Sign-in to activate download link -- Get three classes (txtLink, txtMailtoLink and txtHyperlink in WebControls.VCX) along with a simple form that shows how you can use them to configure a textbox so that when the user types in an e-mail address, he can click on the e-mail address and go to his default e-mail program.
About this Article:
Using mailto: you could configure a textbox so that when the user types in an e-mail address, he can click on the e-mail address and go to the default e-mail program. But, if you don't want users to have to type mailto: before the e-mail address, here's an alternative.
Keyword Tags: Application Development, Development, Microsoft, Microsoft Visual FoxPro