Linklabel Question

PROKA

Junior Contributor
Joined
Sep 3, 2003
Messages
249
Location
Bucharest
I did a linklabel and I've put
System.Diagnostics.Process.Start("www.example.go.ro")


... what's the command to open the url in a new Explorer window , if there are already opened windows on other pages.
 
Visual Basic:
System.Diagnostics.Process.Start("F:\program files\MozillaFirebird\MozillaFirebird.exe", "www.microsoft.com")
Note though that this is for mozilla firebird, not internet explorer. Find out the standard location of iexplore.exe, I can't tell you what it is because I tried my best to get rid of that program on my machine.
 
Back
Top