Hi,
I have an windows forms app with a tabcontrol on it.
I also have a Panel that I have wrapped up a custom control in.
I want this control to start a backgroundworker component
and do some work in the background.
My question is can I just instantiate a BackgroundWorker
object in my control code and use it without have to
add it to my underlying form etc????
rotsey
Peter Duniho - 22 Oct 2007 03:16 GMT
> [...] I want this control to start a backgroundworker component
> and do some work in the background.
>
> My question is can I just instantiate a BackgroundWorker
> object in my control code and use it without have to
> add it to my underlying form etc????
Yes.