Introduction: How to Create a Web Browser in C# Visual Studio

About: Just a little programmer ! Fun never ends in my life ! Everyday, starts with a new twist ! So facing it with a smile and that makes my day !!!

Hi, In this tutorial i will show you "How to create a Web Browser in C# Visual Studio"

Here i am using visual studio 2010 and windows 8 pro 64-bit.

The source code is available for download.

Step 1: Open VS and Create a New Project

Step 2: Select Windows Forms Application and Then Name Your Application

Step 3: Now Add Some Tools in Your Form

Now you have to insert 6 buttons from the tool box and 1 web browser control and 1 text box !

and you should re-size your form from smaller to bigger ! so the web browser shows web pages nicely !

Step 4: Now Change the Text

now change the text of your buttons !

like if you want your button to work as a back button then name it BACK !

and so do it for all !

Step 5: How to Add Codes

Step 6: Codes for Home / Refresh / Stop Buttons

Step 7: Codes for Back / Forward Buttons

Step 8: Codes for GO / Search Button

Step 9: Your App Is Done

Step 10: Test Your App

Step 11: Extra

if you are better at c# programming ! then you will easily understand this tutorial but if you are a beginner then you should download this video tutorial.