I have a Form with a WebBrowser, two text boxes (1 and 2) and a button. In the text box 1 I enter a URL, press the button and execute:
private void button1_Click(object sender, EventArgs e)
{
Uri myUri = new Uri(textBox1.Text);
webBrow...
asked by
04.02.2017 / 13:48