who can tell me how can i operate the ie with a application ?
which technology can be used ?

Re: who can tell me how can i operate the ie with a application ? by William

William
Tue Jun 07 09:17:30 CDT 2005

"westlake" <westlake2008@hotmail.com> wrote in message
news:ut2%23IS2aFHA.2876@TK2MSFTNGP09.phx.gbl...
> who can tell me how can i operate the ie with a application ?
> which technology can be used ?

Well, what do you want it to do? If you just want to surf to a site, the
pass the URL and the "open verb" to ShellExecute().

If you need more you can host the browser control in your own application:

http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/webbrowser/reference/ifaces/iwebbrowser2/iwebbrowser2.asp

Regards,
Will