Linklabel Question

PROKA

Well-known member
Joined
Sep 3, 2003
Messages
249
Location
Bucharest
I did a linklabel and Ive put
System.Diagnostics.Process.Start("www.example.go.ro")


... whats the command to open the url in a new Explorer window , if there are already opened windows on other pages.
 
Code:
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 cant tell you what it is because I tried my best to get rid of that program on my machine.
 
I want to use the option with any explorer ( the default explorer installed on the users comp )
 
Back
Top