+ 1
How to invoke a theard?
If I start an file write/read theard but I want to control this method in other theard how to du It?
3 Antworten
+ 1
Do it in a BackgroundWorker.
It performs operations on a separate thread.
0
All right I did it ,thank you.
0
No problem buddy :) Glad to be of help :)