BackgroundWorker component

  • Thread starter Thread starter Rotsey
  • Start date Start date
R

Rotsey

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
 
Rotsey said:
[...] 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.
 
Back
Top