Re: How to get the statusbar HWND of IE?



EL.AHong.F(CN) <madmanahong@xxxxxxx> wrote:
> How to get the statusbar HWND of IE?
>
> I want to get the HWND of statusbar?
>
> How did I do ?

Find the HWND for the browser itself, use FindWindowEx to find its child
window that has "msctls_statusbar32" class.
--
With best wishes,
Igor Tandetnik

With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925


.



Relevant Pages

  • Close an Internet Explorer browser window
    ... try to close a browser window that I opened. ... If I substitute PostMessage for SendMessage, ... Dim hWnd As Long ...
    (microsoft.public.excel.programming)
  • Re: How to detect windows and web elements?
    ... comparing what you get from that with the hWnd or screen ... What i want to do is, I have a command button. ... Now i want to set the ie1 to the browser on which I ... So that i dont need to hardcode some url while setting ie1. ...
    (microsoft.public.vb.general.discussion)
  • Re: How to detect windows and web elements?
    ... comparing what you get from that with the hWnd or screen ... What i want to do is, I have a command button. ... Now i want to set the ie1 to the browser on which I ... So that i dont need to hardcode some url while setting ie1. ...
    (microsoft.public.vb.general.discussion)
  • Re: Minimize other apps to the systray
    ... > if memory serves, you can use the ShowWindow function from user32.dll ... > you'll probably use FindWindowEx to get the handle (HWND) for the other ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Minimize other apps to the systray
    ... you'll probably use FindWindowEx to get the handle (HWND) for the other ... window. ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vb)