Point where the panel of exploration begins.

Hello

From a BHO, and respect to the iExplorer Window, How can I get the exact point (top, left) where the panel of exploration begins?

Thanks

Deza

[173 byte] By [Deza] at [2008-1-28]
# 1

I'm not sure what you mean by "panel of exploration." I've never heard that term used before.

Please explain.

JohnSudds at 2007-8-31 > top of Msdn Tech,Internet Explorer Development,Internet Explorer Extension Development...
# 2

Right panel of the Internet Explorer; the panel where the page (html) is displayed.

How can I access this panel?

I don’t speak about the HTML Document. I want to access it as a Windows Control (as possible). Specifically, I want to know the Top and Left properties.

I think that neither ShDocVw nor MsHtml have interfaces for that.

Maybe it is possible through the HWND of the Explorer, but I don’t know. For this last, maybe I need to ask in other forum.

Thanks

Deza at 2007-8-31 > top of Msdn Tech,Internet Explorer Development,Internet Explorer Extension Development...