Hi.
I am developing an application to perform video processing. I would like to interrupt the process (break the loop) by pressing a "Stop"button, that changes the value of a flag in the while loop. However, when I press the stop button the application stops responding. I am working with C# Express 2008.
If any idea, please post it. Thanks in advance.
Loading
Guest UserPosted Dec 7, 2010, 6:58 PM
Luis FernandoPosted Dec 7, 2010, 5:47 PM
Guest UserPosted Dec 7, 2010, 4:00 PM
System.Threading.Thread.Sleep( 1 );