i have this code for open explorer (by pressing button):
System.Diagnostics.Process.Start("IExplore.exe",@"C:\Help.html");
the problem is, if i press the button more than one time - the explorer will open a lot of shows
how to force the explorer to open only one time ?
thanks