L
Laszlo Szijarto
I was very excited to find out that .NET supported multi-threading. I have
long had issues with Forms freezing up while large datasets (recordsets)
were being collected or with various looping operations.
Yet I spin off separate threads to fill DataSets and do various other
operations, and my Windows Forms STILL LOCK UP. So what the heck good do
these threads actually do?
Thank you,
Laszlo
long had issues with Forms freezing up while large datasets (recordsets)
were being collected or with various looping operations.
Yet I spin off separate threads to fill DataSets and do various other
operations, and my Windows Forms STILL LOCK UP. So what the heck good do
these threads actually do?
Thank you,
Laszlo