Today we are creating our web browser by using C#.

In this picture we have 4 buttons 1 combobox and 1 webbrowser tools.
We use button1 to go to previous page, buton2 is for going next page.
Our text area is combobox1. We type here which site we need to go. Then we Click
button3 to go.
Button 4 is home page.
namespace WEB_BROWSER
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void button3_Click(object sender, EventArgs e)
{
webBrowser1.Navigate(comboBox1.Text);
}
private void button2_Click(object sender, EventArgs e)


Vignesh WaranPosted Jun 3, 2013, 3:18 AM
@FARUK%20GUNGOR%20its%20showing%20error%20like%20%27webBrowser%20doesn%27t%20exist%20in%20the%20context%27%3F%3F%3F%20%20what%20is%20that%20webBrowser%20%20inside%20each%20click%20event%3F%3F%3F%3F
FARUK GUNGORPosted May 21, 2013, 6:25 AM
@babita456,,you should type full of url .. Could you send me ur screenshoot pls .. [email protected]