Click here to Skip to main content
15,909,051 members
Home / Discussions / C#
   

C#

 
GeneralRe: DataGridView - Cell Border Line VS2010 Pin
Paramu197330-Apr-12 4:18
Paramu197330-Apr-12 4:18 
AnswerRe: DataGridView - Cell Border Line VS2010 Pin
Reegan Durai.m4-May-12 21:38
Reegan Durai.m4-May-12 21:38 
Questionhoneypot files Pin
Member 876297729-Apr-12 22:24
Member 876297729-Apr-12 22:24 
AnswerRe: honeypot files Pin
Eddy Vluggen30-Apr-12 0:54
professionalEddy Vluggen30-Apr-12 0:54 
GeneralRe: honeypot files Pin
Member 876297730-Apr-12 4:46
Member 876297730-Apr-12 4:46 
AnswerRe: honeypot files Pin
Eddy Vluggen30-Apr-12 5:16
professionalEddy Vluggen30-Apr-12 5:16 
AnswerRe: honeypot files Pin
Eddy Vluggen30-Apr-12 5:32
professionalEddy Vluggen30-Apr-12 5:32 
GeneralRe: honeypot files Pin
jschell30-Apr-12 8:16
jschell30-Apr-12 8:16 
GeneralRe: honeypot files Pin
Richard MacCutchan30-Apr-12 23:11
mveRichard MacCutchan30-Apr-12 23:11 
AnswerRe: honeypot files Pin
Pete O'Hanlon30-Apr-12 1:11
mvePete O'Hanlon30-Apr-12 1:11 
GeneralRe: honeypot files Pin
Member 876297730-Apr-12 5:09
Member 876297730-Apr-12 5:09 
GeneralRe: honeypot files Pin
Pete O'Hanlon30-Apr-12 5:50
mvePete O'Hanlon30-Apr-12 5:50 
GeneralRe: honeypot files Pin
Wes Aday30-Apr-12 16:40
professionalWes Aday30-Apr-12 16:40 
GeneralRe: honeypot files Pin
Fred 341-May-12 10:06
Fred 341-May-12 10:06 
AnswerRe: honeypot files Pin
Dave Kreskowiak30-Apr-12 17:43
mveDave Kreskowiak30-Apr-12 17:43 
AnswerRe: honeypot files Pin
BobJanova30-Apr-12 23:46
BobJanova30-Apr-12 23:46 
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 

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.