F
Frank Uray
Hi all
I have some trouble with multithreading:
- I have a Main Application (as MDI Container).
- I create a new form with multithreading on it, it just
updates periodicaly some values.
- Now I create a new form with a grid. I fill the grid
using ADO.NET. The problem is now, while the grid
is filled, the thread on the other form is blocked.
Does anybody knows how to change this to have
it really multithreaded ? I also already tried to run
it in a separate AppDomain but its the same problem.
Thanks and best regards
Frank Uray
I have some trouble with multithreading:
- I have a Main Application (as MDI Container).
- I create a new form with multithreading on it, it just
updates periodicaly some values.
- Now I create a new form with a grid. I fill the grid
using ADO.NET. The problem is now, while the grid
is filled, the thread on the other form is blocked.
Does anybody knows how to change this to have
it really multithreaded ? I also already tried to run
it in a separate AppDomain but its the same problem.
Thanks and best regards
Frank Uray