BackgroundWorker component

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
 
P

Peter Duniho

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top