use multithreading |
| A K replied to Eswaran Radhakrishnan at 04-Jul-08 05:27 |
u wirte first function then
td = new Thread(new ThreadStart(Displaytd)); place(ref td,tp2); td.Start(); use for start thread.
and u check the condition when u need to start next thread on every interval |
|