F
friend
Hello all,
how to "kill" or stop the thread of Backgroundworker ?
In my Dowork event, I have not set e.Cancel = true, since i only have
a call to splashscreen which says "Please Wait......".
When my process completes in the current thread, the splashscreen in
backgroundworker should go away
I am doing the cancel for backgorundworker, is by calling CancelAsync,
but the splashscreen doesnt go away
How I can do it , please ? Any suggestions will be very appreciated.
Thanks in advance.
how to "kill" or stop the thread of Backgroundworker ?
In my Dowork event, I have not set e.Cancel = true, since i only have
a call to splashscreen which says "Please Wait......".
When my process completes in the current thread, the splashscreen in
backgroundworker should go away
I am doing the cancel for backgorundworker, is by calling CancelAsync,
but the splashscreen doesnt go away
How I can do it , please ? Any suggestions will be very appreciated.
Thanks in advance.