Re: programatically open IE window



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


.



Relevant Pages

  • Re: Query a DNS in C
    ... |> Can anyone point any explicit doc, or the ... in RFC 1035) and lets the caller use a simple API to send queries and read ... Whether that API would simply be a "build and breakdown" API ... for DNS datagrams, or a more sophisticated system that waits for multiple ...
    (comp.unix.programmer)
  • Re: AES_128 in RFC 4493
    ... I find that there is an API called as AES_128. ... used in the RFC 4493. ... i am unable to find the source code for AES_128 in the RFC 4493. ... The call AES_128(k, in, out) is pseudo code for AES - if you want to use the ...
    (sci.crypt)
  • Re: IGMPv3 (was Re: pim6sd)
    ... the api draft was published as rfc 3678. ... I know MSF API has been published as an RFC, but I have to wait until ... the IPR issue raised by Apple has been closed, ... IGMPv3/MLDv2, but I think it's dangerous to MFC IGMPv3/MLDv2 without ...
    (freebsd-net)
  • Re: AES_128 in RFC 4493
    ... > In the RFC 4493, i find the source code in C language for AEC CMAC ... > I find that there is an API called as AES_128. ... The call AES_128(k, in, out) is pseudo code for AES - if you want to use the RFC code you will have to find an AES implementation and build an API around it to match the RFC 4493. ...
    (sci.crypt)
  • Re: Interface index hack in IP_ADD_MEMBERSHIP
    ... RFC 3678 specifies a protocol independent API for socket group ... I'm not sure if they have switched to another API. ... Quagga still uses it, too, if its configure script detects FreeBSD ...
    (freebsd-net)