> This is my situation, my control is hosted in html1.htm in OBJECT
> tag.This html file and another html(html2.htm), both these kept as
> FRAME in another html(html3.htm). I'm trying to get the parent
> webbrowser(ie html3.htm) from my control. I need to hide the address
> bar of the parent .How can I get the parent container from my control
> which resides in html that too resides in another html as FRAME ?
See KB Article KB257717 "HOWTO: Retrieve the Top-Level IWebBrowser2
Interface from an ActiveX Control"

Signature
With best wishes,
Igor Tandetnik
"For every complex problem, there is a solution that is simple, neat,
and wrong." H.L. Mencken
Steve Phils - 30 Jun 2004 09:37 GMT
Hi Igor,
You guide me to the exact link I'm searching for.Thank You Very much
for your helping hand.Seems to be you have great knowledge in HTML
controls & its highly appreciable that your keenness to help
others..Keep it up!!
Quick question ,how I can find which all interface these controls
supports ie MSHTML(MSHTML.dll) and WebBrowser
control(SHDOCVW.dll)..Does I can get any help or materials providing
me a list that having IIDs and its iterfaces.
Thanks Again!!
> See KB Article KB257717 "HOWTO: Retrieve the Top-Level IWebBrowser2
> Interface from an ActiveX Control"
Igor Tandetnik - 30 Jun 2004 14:25 GMT
> Quick question ,how I can find which all interface these controls
> supports ie MSHTML(MSHTML.dll) and WebBrowser
> control(SHDOCVW.dll)..Does I can get any help or materials providing
> me a list that having IIDs and its iterfaces.
You read MSDN documentation, of course. There are hundreds of interfaces
related to WebBrowser and MSHTML. A better question possibly is - what
are you trying to do?

Signature
With best wishes,
Igor Tandetnik
"For every complex problem, there is a solution that is simple, neat,
and wrong." H.L. Mencken