How can i blocked dialog box for webbrowser?
on the dialog box. And my program is paused... How can i blocked dialog box. İ can use this code but its not works.
private void webExplorer_NewWindow(object sender, CancelEventArgs e)
{
e.Cancel = true;
}