Hi guys!
Can anyone will me to have a few understanding of BackgroundWorker? This is the first time that I want to use this control since I shift to vs2005.
Its like this, I have a sub procedure, GetData() and GetFiles()
Now I like it to run under the BackgroundWorker to prevent those hazy delay of displaying the the values inside my form.
I have done this functionality with the older ways of threading. i just want to experiment this new control in vs 2005.
Just need some enlightment.:cool: