0

I want to make sure that when the button is clicked on the next page. I tried:

using System;
using System.Collections.Generic;
using System.Drawing;
using System.Windows.Forms;

namespace ffffffffffffgd
{
    /// <summary>
    /// Description of MainForm.
    /// </summary>
    public partial class MainForm : Form
    {
        public MainForm()
        {
            //
            // The InitializeComponent() call is required for Windows Forms designer support.
            //
            InitializeComponent();

            //
            // TODO: Add constructor code after the InitializeComponent() call.
            //
        }
        void Button1Click(object sender, EventArgs e)
        {
    webBrowser1.Navigate("https://www.scifi.hu");
    webBrowser1.Navigate("http://onlinepont-online.cc");
    webBrowser1.Navigate("https://filmbolond-onlinefilm.net");
    webBrowser1.Navigate("https://www.mafab.hu");
    webBrowser1.Navigate("https://lichess.org/");
        }
    }
}
Kalle Richter
  • 8,008
  • 26
  • 77
  • 177
MISI
  • 1

0 Answers0