|
-
July 8th, 2002, 04:24 PM
#1
Email Program/Tips?
Has anyone messed around with Sending email with VB.NET? OR do you know of any tutorials?
THANKS!!!
-
July 9th, 2002, 07:11 AM
#2
I have created a link label field that users can use to email others. Below is my code for the On_click event for the link label.
llbEmail.LinkVisited = True
System.Diagnostics.Process.Start("mailto:" & txtEmail.Text)
llbEmail = link label field
txtEmail = textbox field which is bound to the users email address from an Access db
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
|