|
-
Jan 13th, 2004, 09:42 AM
#1
Thread Starter
Fanatic Member
start
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|