|
-
Jun 30th, 2006, 09:12 AM
#1
Thread Starter
Addicted Member
[RESOLVED] [2.0] Allow user interaction while form carrys on processing
Hi,
I have a windows app written in C# which is used for processing csv and excel files obtained from an ftp site.
I have most of the code written but am trying to make the interface a little less clunky. One of the buttons allows users to GET a list of files from an FTP site and download them to a specified location. This all works, however if the user clicks off the application (or anywhere else on the app) and back to it again the app window goes white and remains like that until the downloading of FTP files is complete. How can i go about making the form so that if a user clicks anywhere else the screen will refresh without any issues even if the downloads are still being processed.
Hope that made sense.
Thanks in advance,
Grant
Last edited by MadCatVB; Jul 3rd, 2006 at 03:11 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|