Hey Everyone,
I realize this is probably really simple. I can't figure why this isn't working.
my Timespan i begins as {00:00:00} then gets incremented by 1 sec. However, nothing happens it only stays zero.Code:TimeSpan endTime = new TimeSpan(0,1,0); for (TimeSpan i = new TimeSpan(0,0,0); i < endTime; i.Add(new TimeSpan0,0,1))) { Invoker.Invoke(ProgressMade, this, new Progress(i.ToString())); }
Thanks in advance,
-zd




Reply With Quote