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 targ开发者_Go百科eting 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.
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.
精彩评论