C
Carl
Hi,
I know that you should not update the applications GUI with code running in
the BackgroundWorker thread (or any other thread). But is it OK to
construct, show and update new Forms inside the thread? The difference I'm
trying to point out is that you don't update any existing GUI, but instead,
create (of example) a new small form with a progress indicator, OK?
regards
Carl
I know that you should not update the applications GUI with code running in
the BackgroundWorker thread (or any other thread). But is it OK to
construct, show and update new Forms inside the thread? The difference I'm
trying to point out is that you don't update any existing GUI, but instead,
create (of example) a new small form with a progress indicator, OK?
regards
Carl