Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am creating a application for downloading files from FTP using Threading Process. i need to put a message box after the files downloaded.

Thanks

SIVASANKARAN G
Posted

1 solution

You should notify the UI thread the operation completion, see How to: Make Thread-Safe Calls to Windows Forms Controls[^].
 
Share this answer
 
Comments
Espen Harlinn 15-Feb-13 9:03am    
That should work well enough :-D
fjdiewornncalwe 15-Feb-13 9:46am    
+5. Works for me.
Gssankar 18-Feb-13 6:31am    
Thanks for your response, i need a message if all threads gets completed.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900