D
Daylor
hi.
i have main thread , and 2 others thread (t1 ,t2 for example)
how can i call from the main thread, to tell t1 to exit his thread ?
(calling application.exitthread from main thread, in method of class created
on t1 ,will call exitthread to the main thread)
what is the simple way to do that ?
i have main thread , and 2 others thread (t1 ,t2 for example)
how can i call from the main thread, to tell t1 to exit his thread ?
(calling application.exitthread from main thread, in method of class created
on t1 ,will call exitthread to the main thread)
what is the simple way to do that ?