       private void stopButton_Click(object sender, EventArgs e)
        {
            // Send the stop command to the Web Browser control
            webBrowser1.Stop();
     
        }

     
