my website
http://gamesandprograms.altervista.org
Make a browser in c#
code:
public Form1()
{ InitializeComponent(); webBrowser1.Navigate("www.google.it");
}
private void button1_Click(object sender, EventArgs e)
{ webBrowser1.Navigate(textBox1.Text);
}
void webBrowser1_DocumentComplet(object...)
{ textBox1.Text = "" + webBrowser1.Url;
}
Ciao. Anche io stò studiando il C# dato che è molto simile al VB quindi avendo già le basi non trovo particolari difficoltà (almeno per adesso) bel video ciao.
MeshMan3D 1 year ago
bravuuuuuuuuu 5 stelle
telecinesi098 2 years ago