Hi All ,
Any one please help me in getting a title of a page displayed in webbrowser control in c# .The title needs to be displayed in lable in a windows form which has this webcontrol intit.I tried with HTMLTitleElemen tClass but it's not returning anything.
Then I tried with DocumentTitle property which should display the title of the document currently displayed in the WebBrowser control. But Hard luck ... This also failed.
Any Help in this is appreciated.
Cheers,
Jon
Any one please help me in getting a title of a page displayed in webbrowser control in c# .The title needs to be displayed in lable in a windows form which has this webcontrol intit.I tried with HTMLTitleElemen tClass but it's not returning anything.
Then I tried with DocumentTitle property which should display the title of the document currently displayed in the WebBrowser control. But Hard luck ... This also failed.
Any Help in this is appreciated.
Cheers,
Jon
Comment