Hi,
Why is it that when running the code below, the new instance of explorer does not open and yet there is no error.
P.S. the code is in Asp.net
Thanks
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
System.Diagnostics.Process.Start("IExplore.exe")
End Sub
