J
Jim Christiano
I've created a C# window's form application that migrates data. As it
migrates data, the program itself is non-responsive. I would like to
implement a cancel button to stop the migration mid-stream. Will I have to
use threading to split the tasks or is there another way?
Thanks in advance,
Jim Christiano
migrates data, the program itself is non-responsive. I would like to
implement a cancel button to stop the migration mid-stream. Will I have to
use threading to split the tasks or is there another way?
Thanks in advance,
Jim Christiano