How do you get the status bar text of the browser in your program!
Printable View
How do you get the status bar text of the browser in your program!
What do you mean?
Do you want to get, say, Internet Explorer's status bar text from a web page script?
I have a browser in my program and when I visit a website, the browser's status bar says that the file is done or website found waiting for reply and stuff like that. Well how do I get that text from it's status bar into a textbox
is that possible
Heck, I'd like to do that meself.
Anybody know?
Code:Private Sub WebBrowser1_StatusTextChange(ByVal Text As String)
Text1 = Text
End Sub