|
-
Mar 1st, 2001, 02:03 PM
#1
Thread Starter
New Member
I want to add a hyperlink to a specific E-mail address to my VB application. Assuming the user is logged on to his/her internet provider it should bring up the E-mail screen when the user clicks on the link.
How can I do This?
Please help
-
Mar 1st, 2001, 02:22 PM
#2
Hyperactive Member
-
Mar 1st, 2001, 03:14 PM
#3
Thread Starter
New Member
E-mail
Where do I put the code?
How do I establish the Hyperlink in VB?
If i just put the code "mailto:[email protected]" on the click event of a command button it wont work.
-
Mar 2nd, 2001, 08:51 AM
#4
Hyperactive Member
Are you doing this on a web page or on a VB program?
If it's on a program then you'll have to write code to send an email since VB won't recognize HTML commands... There was a recent thread in 'General VB Questions' on how to do this - just do a search.
If you're coding a web page with VBScript - like an ASP page - then just make your VBScript code write out the tag:
Sorry if I'm off the mark but I'm not sure if I understood the question correctly.
Achichincle
VB6 (VSEE SP5, W2KPro)
ASP
HTML
-
Mar 2nd, 2001, 11:09 AM
#5
the mailto: link is just that - a link. read it all as a URL and do with it as you please.
-
Mar 2nd, 2001, 12:21 PM
#6
Thread Starter
New Member
E-mail Link
Thanks
the thread in general VB questions solved the problem
works great
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|