Create Your Own Web Browser with C# in Just 3 Steps !

All you need for this project is visual C# which is available free download as Visual Studio Express Edition from Microsoft,Click here to download.No experience and C# Knowledge is required,only task that you must know is "How to Drag and Drop".Thats it !


Lets Go !


To create a New Project,Go Through Menubar : File-->New Project.Then Choose Windows Forms Application and name it as whatever you want to apply for your web browser .



 STEP 1:  Drag the Web Browser Component From ToolBox !


 STEP2:   Drag a Textbox and Button To Form & Place As Shown !

  Rename the Button to "Go" in the 'Text' property of the properties window(To do that just select the button and press F4) 



Now the form just looks like this !

 

 STEP 3:Double Click The Button And Add The Following Code !


                                                     webBrowser1.Navigate(textBox1.Text);

The code area will looks like this !



Thats it ! All done.Just press F5 to Run your webbrowser application and explore the web !


For Further Queries and adding advance functions,Just Mail Me:vinothjus4u@gmail.com