Re: programatically open IE window
- From: "Igor Tandetnik" <itandetnik@xxxxxxxx>
- Date: Thu, 7 Feb 2008 18:58:07 -0500
Sue <jean.shu@xxxxxxxxx> wrote:
I have a windows application. Is it possible to open an IE window
programatically on the program? What is the API to do this? Thanks.
What do you want to do with IE once open? If all you want is to navigate
the user's default browser to some URL, just do
ShellExecute(0, 0, _T("http://yoururl.com"), 0, 0, SW_SHOW);
--
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
.
- Follow-Ups:
- Re: programatically open IE window
- From: Sue
- Re: programatically open IE window
- References:
- programatically open IE window
- From: Sue
- programatically open IE window
- Prev by Date: programatically open IE window
- Next by Date: Re: programatically open IE window
- Previous by thread: programatically open IE window
- Next by thread: Re: programatically open IE window
- Index(es):
Relevant Pages
|