Click to See Complete Forum and Search --> : Multi-Threaded


Crash Override
November 21st, 2008, 10:31 AM
HI.

I have a program that does several sweeps in a datagrid, in each sweep adding columns whit data from a DATABASE.

Any1, knows where can I find information or tutorials about MULTI-THREADED.

I'm programming with VB.NET 2005

THANKS.

HairyMonkeyMan
November 21st, 2008, 10:54 AM
Hey crash... sounds like you need a background worker thread

Check this out
http://vbnotebookfor.net/2007/09/24/how-to-update-controls-using-backgroundworker-in-vbnet/