ShawnMichaels
12-06-2004, 08:04 AM
Hi, I am trying to make an email link using LinkLabel
This does not work,
Private Sub LinkLabel1_LinkClicked_1(ByVal sender As System.Object, ByVal e As System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked
System.Diagnostics.Process.Start("Iexpore", "mailto:fsdfsdfdsf@yahoo.com")
Whats the best way to go about this?
Thanks,
This does not work,
Private Sub LinkLabel1_LinkClicked_1(ByVal sender As System.Object, ByVal e As System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked
System.Diagnostics.Process.Start("Iexpore", "mailto:fsdfsdfdsf@yahoo.com")
Whats the best way to go about this?
Thanks,