program suspending

Salat

Well-known member
Joined
Mar 5, 2002
Messages
81
Location
Poland, Silesia
Im 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.
 
Look into the [mshelp=ms-help://MS.VSCC/MS.MSDNVS/cpref/html/frlrfSystemThreadingThreadClassTopic.htm]Thread class[/mshelp] and its Start method.
 
Back
Top