Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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.

Development & Research Department @ Elven Soft
Posted

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.

To err is human, to really foul things up requires a computer.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...