However;
It freezes, gets trapped inside of this loop:
Code:
while(!isSpace)
while(!isSpace)
private void countWords() { bool isSpace; count = 0; //Will run as long as the files is real.
adder++; string prog = ((adder / count)*100).ToString() ; lblProg.Text = prog + "%";
Process internet = new Process(); internet.StartInfo.FileName = @"C:\Program Files\Internet Explorer\iexplore.exe"; internet.StartInfo.Arguments = ""; internet.Start();
Leave a comment: