Hello,
I am facing a problem in threads.
The problem is that I have placed some picture controls(20) on dialog. In
each picture control I am displaying a graph ( assume sinusoidal). In my
application all the graphs in the picture control should move at a time when
I click on a button.
When I start all the 20 threads only a few (2 - 3) will start moving but the
rest will remain as it is. And when I stop all the threads, rest of the
graphs which didn't move during the process will align to the position of
the moved graphs position.
Why can't I see the other threads functioning? (graph moving)
Can anyone give a suitable answer to over come this problem.
Thanks
Deepak