vote up 0 vote down star

Hi all,

How to find the position of the HTMLElement in BHO(C#)? I need both offset position of the element in the page and the client position of the element i.e. position of the element from the Left-Top of the client window.

Any help would be greatly appreciated.

Once again thanks a million.

-Datte

flag

41% accept rate

1 Answer

vote up 0 vote down check

I solved this problem myself.

The getClientRects() and getBoudningClientRect() methods of IHTMLElement2 are very helpful with this regard.

-Datte

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.