S. A. Malik
S. A. Malik

Reputation: 3665

Learning WebBrowser Control in Visual Studio

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

Answers (1)

Ladislav Mrnka
Ladislav Mrnka

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

Related Questions