Discussion:
open iexplorer with url
(too old to reply)
Starglider 4
2010-02-14 04:39:18 UTC
Permalink
Hi,

What's the basic function to open iexplorer with a
specified <url>?
I know about WinExec(), but you can't specify an <url> there,
as far as I know.

Thanks,

MK
Igor Tandetnik
2010-02-14 04:49:19 UTC
Permalink
Post by Starglider 4
What's the basic function to open iexplorer with a
specified <url>?
Call ShellExecute passing the url as the third parameter. The system will open the user's default broswer (which may or may not be IE) and navigate to this URL.
--
With best wishes,
Igor Tandetnik

With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead. -- RFC 1925
Starglider 4
2010-02-14 05:00:20 UTC
Permalink
Really Great!

Thanks,

MK
Post by Starglider 4
What's the basic function to open iexplorer with a
specified <url>?
Call ShellExecute passing the url as the third parameter. The system will
open the user's default broswer (which may or may not be IE) and navigate to
this URL.
--
With best wishes,
Igor Tandetnik

With sufficient thrust, pigs fly just fine. However, this is not necessarily
a good idea. It is hard to be sure where they are going to land, and it
could be dangerous sitting under them as they fly overhead. -- RFC 1925
Continue reading on narkive:
Loading...