CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2001
    Posts
    1

    how do i use the statusbar with the IE control?

    how do i get the statusbar control to report the status of the IE control
    and is it possible to put a progress bar in the statusbar to show what % of the loading web page is loaded?


  2. #2
    Join Date
    Jun 2000
    Location
    South Africa
    Posts
    18

    Re: how do i use the statusbar with the IE control?

    I think you can use something like (in JScript) browser.status or something??

    let me know

    Real programmers don't comment. If it was difficult to write, it should be difficult to read.

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

Featured