PROKA Posted September 7, 2003 Posted September 7, 2003 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. Quote Development & Research Department @ Elven Soft
atesh Posted September 7, 2003 Posted September 7, 2003 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. Quote To err is human, to really foul things up requires a computer.
PROKA Posted September 7, 2003 Author Posted September 7, 2003 I want to use the option with any explorer ( the default explorer installed on the user's comp ) Quote Development & Research Department @ Elven Soft
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.