Hi All,
I have a simple subroutine to open an Internet website from a form using Linklabel. It is happy as a frog in Windows XP but throws an exception error in Vista. Says;
Has anyone come across this? Many thanks
I have a simple subroutine to open an Internet website from a form using Linklabel. It is happy as a frog in Windows XP but throws an exception error in Vista. Says;
If I close the exception dialog the website comes up fine?The system cannot find the file specified.
VB.NET:
Private Sub Link1_LinkClicked(ByVal sender As System.Object, ByVal e As System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles Link1.LinkClicked
System.Diagnostics.Process.Start("www.msn.com")
End Sub
Has anyone come across this? Many thanks