hi all;
i am using compact frame work for my windows mobile application in which i have pass more than one request to the server and receive response for each request in an array.
the problem is there when i should access these arrays because i m starting the threads in a for loop and the after completing the loop i have to access these arrays.
i m very much confused in, how will i know and that all threads have completed so that i start the processing on these arrays
help is require asap. please.