Launch Internet Explorer
-
Can I know how to launch the Internet Explorer after the user had input the URL? Thx for your help!! ^.^. Regards, Dig
Do a ShellExecute() on the URL. This will launch the user's default browser, which is nicer and will work even if IE isn't installed. --Mike-- http://home.inreach.com/mdunn/ Is history an illusion caused by the passage of time, or is time an illusion caused by the passage of history?
-
Do a ShellExecute() on the URL. This will launch the user's default browser, which is nicer and will work even if IE isn't installed. --Mike-- http://home.inreach.com/mdunn/ Is history an illusion caused by the passage of time, or is time an illusion caused by the passage of history?
Just one catch ( I'm only posting this for something to post as I'm bored) What happens when no browser is associated with a html || htm || hta || asp || shtml etc etc.) But I still use shellexecute all the time ! :-) Regardz Colin
-
Just one catch ( I'm only posting this for something to post as I'm bored) What happens when no browser is associated with a html || htm || hta || asp || shtml etc etc.) But I still use shellexecute all the time ! :-) Regardz Colin
-
Just one catch ( I'm only posting this for something to post as I'm bored) What happens when no browser is associated with a html || htm || hta || asp || shtml etc etc.) But I still use shellexecute all the time ! :-) Regardz Colin
If there's no app associated with .HTM(L) files, then either a) there's no browser installed; b) the registry is horked; or c) the user went in and manually deleted the association. None of which you can do anything about. :) --Mike-- http://home.inreach.com/mdunn/ Time is an illusion; lunchtime doubly so.