Thanks, is there anyway to pass parameters with this method call?
"Ken Tucker [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> Private Sub LinkLabel1_LinkClicked(ByVal sender As System.Object, ByVal e
As
> System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles
> LinkLabel1.LinkClicked
>
> ' Default email program
>
> Process.Start("Mailto:(E-Mail Removed)")
>
> ' or URL
>
> Process.Start("http:\\msdn.microsoft.com")
>
> End Sub
>
>
> Ken
> ----------------
> "Aaron Ackerman" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> >
> > How do I call a URL or email address from a WinForms LinkLabel control?
> >
> >
>
>
|