Can still use shell....
shell("explorer.exe", "www.mpgh.net")
can replace explorer with any browser.exe path....
Originally Posted by *****179
Can still use shell....
shell("explorer.exe", "www.mpgh.net")
can replace explorer with any browser.exe path....
Process.Start is still better. It will open the page with the default program for handling the extension (in this case a .html page will be opened in the default browser. It also is more flexible.