How I can get information about the scrollbars of an Webbrowser control instance or the IE Webrowser?

Posted by Salvador on Stack Overflow See other posts from Stack Overflow or by Salvador
Published on 2012-03-19T21:26:52Z Indexed on 2012/03/19 23:29 UTC
Read the original article Hit count: 250

I need to get information about the scrollbars (position, size, visibility) of a Webbrowser control of an external application, I tried using the GetScrollBarInfo function from my previous question, but the function always return false, I checked this function with another applications and works fine , but not with the IE or the Webbrowser control. So how I can get information about the scrollbars of an Webbrowser control instance or the IE Webbrowser?

© Stack Overflow or respective owner

Related posts about c++

Related posts about delphi