Results 1 to 2 of 2

Thread: how to retrieve text from IE status bar

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2007
    Posts
    33

    Question how to retrieve text from IE status bar

    As a part of my project i need to detect when the status bar of internet explorer shows the done message.GetWindowText gives only the title of the opened browser, however i need to detect the text in the status bar. Is there any API to do it and can it be implemented in visual basic?
    Thanks.

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: how to retrieve text from IE status bar

    Use Microsoft Spy++ to get the class name of the status bar control, and FindWindowEx() to programmatically find it within the IE window.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width