program suspending

Salat

Regular
Joined
Mar 5, 2002
Messages
81
Location
Poland, Silesia
I'm useing WebClient to download some data... and I was wondering is there any way to make a code to work without suspending and is it possible if webclient is declared in a procedure code.
 
I mean... while calling DownloadData or DownloadFile with WebClient my application suspend (break for a while). So YES I want user to continue working while downloading.
 
Back
Top