N
Nick
Hi,
I am trying to rise explorer during the event of a
LinkLabel but something goes wrong:
private void linklblWebsite_LinkClicked(object sender,
OpenNETCF.Windows.Forms.LinkLabelLinkClickedEventArgs e)
{
System.Diagnostics.Process.Start
(e.Link.LinkData.ToString())
}
But I get the following error:
There is no System.Diagnostics.Process namespace.
Thanks in advance
I am trying to rise explorer during the event of a
LinkLabel but something goes wrong:
private void linklblWebsite_LinkClicked(object sender,
OpenNETCF.Windows.Forms.LinkLabelLinkClickedEventArgs e)
{
System.Diagnostics.Process.Start
(e.Link.LinkData.ToString())
}
But I get the following error:
There is no System.Diagnostics.Process namespace.
Thanks in advance