Hi. I have a situation where a file is downloading from a ftp server. All of that is working properly its just that when the file is downloading, I want to display like a form to the user saying: 'File is downloading' and when the file finishes download remove the form with the message automatically. I tried the messagebox but it required the user to click the OK button. Is there any way I could achieve this?

Jennifer