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?
Printable View
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?
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.