Abdul Asif

Abdul Asif

  • NA
  • 27
  • 0

Web Browser Control

Jan 8 2008 4:38 PM

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