Hi,
I am trying to get status text of the browser using following code but for some reason I am not getting any values back. Any idea why?
// both lines doesn't work
string result = webBrowser1.Status.Text;
string result = webBrowser1.Document.Window.StatusBarText;
Thanks