End of thread
C#
4
Posts
3
Posters
0
Views
1
Watching
-
Hi At click event of button i call a thread. in thread i am searching file(i.e.recursive function). How can i know that search has ended.
-
Hi At click event of button i call a thread. in thread i am searching file(i.e.recursive function). How can i know that search has ended.
Handle the callback.
-
Handle the callback.
May u explain this ,how to handle
-
May u explain this ,how to handle