Hi all
I want to read the contents of axWebbrowser control so that I can save all the contents of it into a string or any other object.
please help me out
Thanks
Printable View
Hi all
I want to read the contents of axWebbrowser control so that I can save all the contents of it into a string or any other object.
please help me out
Thanks
I would question the wisdom of using the ActiveX browser in .NET 2.0. Unless you have a good reason not to I suggest using the .NET WebBrowser control. Then you have the DocumentText property.