Hi all,

please tell me what is the maximum number of threads that i use in my SDI type application.

its is safe to generate and handle this large number of threads in application,or there is any othre option to handle this.

i have an ListCtrl and this have hundred of items,i want to check all item at same time so i generate thread for each item, but some time there is execption occur when start or stop the thread.

please help me for this.

thanks in advance.