0
Answer

Web Browser Control

Ask a question
Abdul Asif

Abdul Asif

16y
1.9k
1

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