Salat Posted February 22, 2003 Posted February 22, 2003 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. Quote profesjonalne programowanie na zlecenie :)
Moderators Robby Posted February 22, 2003 Moderators Posted February 22, 2003 I'm not sure what you mean... Do you want the user to continue working while downloading? Quote Visit...Bassic Software
Salat Posted February 22, 2003 Author Posted February 22, 2003 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. Quote profesjonalne programowanie na zlecenie :)
*Gurus* Derek Stone Posted February 22, 2003 *Gurus* Posted February 22, 2003 Look into the [mshelp=ms-help://MS.VSCC/MS.MSDNVS/cpref/html/frlrfSystemThreadingThreadClassTopic.htm]Thread class[/mshelp] and its Start method. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.