Click here to Skip to main content
15,895,656 members
Home / Discussions / C#
   

C#

 
QuestionFindString Problem Pin
Xmen Real 12-Sep-07 1:12
professional Xmen Real 12-Sep-07 1:12 
AnswerRe: FindString Problem Pin
Luc Pattyn12-Sep-07 2:27
sitebuilderLuc Pattyn12-Sep-07 2:27 
GeneralRe: FindString Problem Pin
Xmen Real 12-Sep-07 3:58
professional Xmen Real 12-Sep-07 3:58 
GeneralRe: FindString Problem Pin
Luc Pattyn12-Sep-07 4:06
sitebuilderLuc Pattyn12-Sep-07 4:06 
QuestionSemi automatic forground video segmentation Pin
ptr_Electron12-Sep-07 0:48
ptr_Electron12-Sep-07 0:48 
AnswerRe: Semi automatic forground video segmentation Pin
Ed.Poore12-Sep-07 2:09
Ed.Poore12-Sep-07 2:09 
QuestionDownload multiple files? [modified] Pin
bug_aonz12-Sep-07 0:35
bug_aonz12-Sep-07 0:35 
AnswerRe: Download multiple files? Pin
Mark Swaanenburg12-Sep-07 2:23
Mark Swaanenburg12-Sep-07 2:23 
My suggestion is to start for instance 4 threads that each take 1 entry from the list (and remove it from the list) and download that particular file. Once the file is downloaded it takes the next entry from the list and download that and so on. Once the list is empty the thread can just terminate. Personally I would use the ThreadPool for the threads since you do not need to clean those up manually.

Hope that helps,
Mark


Hybrid DSP: Digital processing and storage solutions.
Hybrid GeoTools: Advanced GIS editing tools.

AnswerRe: Download multiple files? Pin
Scott Dorman12-Sep-07 8:18
professionalScott Dorman12-Sep-07 8:18 
QuestionRe: Download multiple files? Pin
bug_aonz12-Sep-07 17:11
bug_aonz12-Sep-07 17:11 
AnswerRe: Download multiple files? Pin
Scott Dorman13-Sep-07 4:16
professionalScott Dorman13-Sep-07 4:16 
GeneralRe: Download multiple files? Pin
bug_aonz13-Sep-07 16:56
bug_aonz13-Sep-07 16:56 
QuestionHow to check in form2 if a button on form1 has been clicked Pin
Lucy12-Sep-07 0:20
Lucy12-Sep-07 0:20 
AnswerRe: How to check in form2 if a button on form1 has been clicked Pin
blackjack215012-Sep-07 0:33
blackjack215012-Sep-07 0:33 
GeneralRe: How to check in form2 if a button on form1 has been clicked Pin
Lucy12-Sep-07 0:54
Lucy12-Sep-07 0:54 
AnswerRe: How to check in form2 if a button on form1 has been clicked Pin
Malcolm Smart12-Sep-07 1:00
Malcolm Smart12-Sep-07 1:00 
AnswerRe: How to check in form2 if a button on form1 has been clicked Pin
Xmen Real 12-Sep-07 1:24
professional Xmen Real 12-Sep-07 1:24 
GeneralRe: How to check in form2 if a button on form1 has been clicked Pin
Lucy12-Sep-07 1:29
Lucy12-Sep-07 1:29 
GeneralRe: How to check in form2 if a button on form1 has been clicked Pin
Xmen Real 12-Sep-07 1:31
professional Xmen Real 12-Sep-07 1:31 
GeneralRe: How to check in form2 if a button on form1 has been clicked Pin
Lucy12-Sep-07 1:32
Lucy12-Sep-07 1:32 
GeneralRe: How to check in form2 if a button on form1 has been clicked Pin
Xmen Real 12-Sep-07 1:35
professional Xmen Real 12-Sep-07 1:35 
GeneralRe: How to check in form2 if a button on form1 has been clicked Pin
Pete O'Hanlon12-Sep-07 1:49
mvePete O'Hanlon12-Sep-07 1:49 
AnswerRe: How to check in form2 if a button on form1 has been clicked Pin
Anthony Mushrow12-Sep-07 2:02
professionalAnthony Mushrow12-Sep-07 2:02 
AnswerRe: How to check in form2 if a button on form1 has been clicked Pin
Paras Kaneriya12-Sep-07 22:32
Paras Kaneriya12-Sep-07 22:32 
Question[Message Deleted] Pin
P_Elza12-Sep-07 0:12
P_Elza12-Sep-07 0:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.