Reputation: 3665
I want to learn the WebBrowser control component in Visual Studio. I have seen a tutorial in it and loved how we can automate different web tasks by programming in it. Such as form filling and account creation on web pages.
Can some one please name a good book targeting this special component or refer to a project related to this component.
I have searched a lot about it on the internet but could not find any solid information.
Upvotes: 0
Views: 273
Reputation: 364359
You probably didn't search too much: MSDN. Go through links in documentation, follow examples and you should get a solid understanding of the control. After that try some test application yourselves.
Upvotes: 1