I have a code that is opening a browserwindow like this:
Process::Start("iexplore.exe", "http://www.google.com"); //Open google in a defaultBrowser
I wonder something about this "iexplore.exe".
I am not sure what that meens. Does it meen that it Only will open Internet Explorer if that exists on the users computer.
What will happen if the users doesn´t have Internet Explorer but instead FireFox or Opera or something else.
If that is the case, I might wonder if there are any more portable code to open a browser for the browserapplication that does exist on the users computer ?
Thank you