Click here to Skip to main content
15,887,683 members
Home / Discussions / C#
   

C#

 
AnswerRe: honeypot files Pin
SASS_Shooter14-May-12 5:34
SASS_Shooter14-May-12 5:34 
QuestionServer/Client App. Pin
jojoba201129-Apr-12 21:56
jojoba201129-Apr-12 21:56 
AnswerRe: Server/Client App. Pin
Dan Mos29-Apr-12 22:52
Dan Mos29-Apr-12 22:52 
QuestionRe: Server/Client App. Pin
jojoba201129-Apr-12 23:52
jojoba201129-Apr-12 23:52 
QuestionRe: Server/Client App. Pin
Dan Mos30-Apr-12 0:19
Dan Mos30-Apr-12 0:19 
QuestionRe: Server/Client App. Pin
jojoba201130-Apr-12 17:25
jojoba201130-Apr-12 17:25 
QuestionHow to stop downloading progress in WebClient? Pin
amx_tiger29-Apr-12 20:27
amx_tiger29-Apr-12 20:27 
AnswerRe: How to stop downloading progress in WebClient? Pin
Eddy Vluggen30-Apr-12 4:55
professionalEddy Vluggen30-Apr-12 4:55 
amx_tiger wrote:
How to stop downloading progress in WebClient ? The CancelAsync() and Dispose() methods don't work Frown | :( .

Using CancelAsync[^]; what does "don't work" mean, did they throw an exception?

amx_tiger wrote:
I read in other sources that I can't stop the downloading progress while it is in progress, it's true?

For some of the methods of the WebClient class, yes. You should be able to cancel the async versions though.

amx_tiger wrote:
What is the best way to download a file/multiple files ?

"BITS", there's even an article on a nice wrapper[^] here on CodeProject Smile | :)
Bastard Programmer from Hell Suspicious | :suss:

GeneralRe: How to stop downloading progress in WebClient? Pin
amx_tiger30-Apr-12 5:15
amx_tiger30-Apr-12 5:15 
AnswerRe: How to stop downloading progress in WebClient? Pin
Eddy Vluggen30-Apr-12 5:33
professionalEddy Vluggen30-Apr-12 5:33 
GeneralRe: How to stop downloading progress in WebClient? Pin
amx_tiger30-Apr-12 5:43
amx_tiger30-Apr-12 5:43 
AnswerRe: How to stop downloading progress in WebClient? Pin
Eddy Vluggen30-Apr-12 5:55
professionalEddy Vluggen30-Apr-12 5:55 
GeneralRe: How to stop downloading progress in WebClient? Pin
amx_tiger30-Apr-12 6:09
amx_tiger30-Apr-12 6:09 
QuestionRe: How to stop downloading progress in WebClient? Pin
Eddy Vluggen30-Apr-12 6:16
professionalEddy Vluggen30-Apr-12 6:16 
AnswerRe: How to stop downloading progress in WebClient? Pin
amx_tiger30-Apr-12 6:35
amx_tiger30-Apr-12 6:35 
GeneralRe: How to stop downloading progress in WebClient? Pin
Eddy Vluggen30-Apr-12 7:02
professionalEddy Vluggen30-Apr-12 7:02 
GeneralRe: How to stop downloading progress in WebClient? Pin
amx_tiger30-Apr-12 22:19
amx_tiger30-Apr-12 22:19 
GeneralRe: How to stop downloading progress in WebClient? Pin
Eddy Vluggen1-May-12 1:02
professionalEddy Vluggen1-May-12 1:02 
QuestionInserting a row into an Access Database with C# Pin
Premisoft29-Apr-12 20:00
Premisoft29-Apr-12 20:00 
AnswerRe: Inserting a row into an Access Database with C# Pin
OriginalGriff29-Apr-12 22:05
mveOriginalGriff29-Apr-12 22:05 
GeneralRe: Inserting a row into an Access Database with C# Pin
Premisoft30-Apr-12 3:48
Premisoft30-Apr-12 3:48 
GeneralRe: Inserting a row into an Access Database with C# Pin
Wes Aday30-Apr-12 5:23
professionalWes Aday30-Apr-12 5:23 
QuestionWinmm.dll for CF Windows CE Pin
baranils29-Apr-12 11:30
baranils29-Apr-12 11:30 
QuestionCollision detection between a circle and rectangle Pin
lethula29-Apr-12 5:46
lethula29-Apr-12 5:46 
AnswerRe: Collision detection between a circle and rectangle Pin
Abhinav S29-Apr-12 16:36
Abhinav S29-Apr-12 16:36 

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.