Click here to Skip to main content
15,897,891 members
Home / Discussions / C#
   

C#

 
AnswerRe: Scan Image Pin
DaveyM694-Oct-08 23:01
professionalDaveyM694-Oct-08 23:01 
AnswerRe: Scan Image Pin
Mark Salsbery6-Oct-08 6:53
Mark Salsbery6-Oct-08 6:53 
QuestionManage Print Event Pin
Laji594-Oct-08 18:53
Laji594-Oct-08 18:53 
AnswerRe: Manage Print Event Pin
Jaffer Mumtaz4-Oct-08 20:32
Jaffer Mumtaz4-Oct-08 20:32 
QuestionHow to print RichTextBox Pin
Laji594-Oct-08 18:46
Laji594-Oct-08 18:46 
AnswerRe: How to print RichTextBox Pin
DaveyM694-Oct-08 22:56
professionalDaveyM694-Oct-08 22:56 
Question.Net threading: get the concept, no idea how to implement Pin
MarkGMcM4-Oct-08 14:58
MarkGMcM4-Oct-08 14:58 
AnswerRe: .Net threading: get the concept, no idea how to implement Pin
DaveyM694-Oct-08 23:15
professionalDaveyM694-Oct-08 23:15 
For simplicity, I'd use the background worker component. Create an instance for each download. Your DoDownload method relates to DoWork, DownloadProgressChanged to ProgressChanged and DownloadCompleted to RunWorkerCompleted. You can pass any objects around in the various EventArgs.

If you want to do it the hard way, Sacha Barber has a series of articles on here. Just type threading into the CP search bar.

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)

QuestionC# web app / class library question Pin
circonian4-Oct-08 10:48
circonian4-Oct-08 10:48 
AnswerRe: C# web app / class library question Pin
Vimalsoft(Pty) Ltd4-Oct-08 23:38
professionalVimalsoft(Pty) Ltd4-Oct-08 23:38 
QuestionSpelling Control Pin
Bob X4-Oct-08 8:50
Bob X4-Oct-08 8:50 
QuestionConnecting to a c# Local Database Pin
Alex Grose4-Oct-08 3:11
Alex Grose4-Oct-08 3:11 
AnswerRe: Connecting to a c# Local Database Pin
TALHAKOSEN4-Oct-08 3:31
TALHAKOSEN4-Oct-08 3:31 
GeneralRe: Connecting to a c# Local Database Pin
Alex Grose4-Oct-08 3:46
Alex Grose4-Oct-08 3:46 
GeneralRe: Connecting to a c# Local Database Pin
Alex Grose4-Oct-08 4:23
Alex Grose4-Oct-08 4:23 
AnswerRe: Connecting to a c# Local Database Pin
leckey4-Oct-08 5:57
leckey4-Oct-08 5:57 
GeneralRe: Connecting to a c# Local Database Pin
Alex Grose4-Oct-08 6:01
Alex Grose4-Oct-08 6:01 
GeneralRe: Connecting to a c# Local Database Pin
Mark Salsbery4-Oct-08 7:42
Mark Salsbery4-Oct-08 7:42 
GeneralRe: Connecting to a c# Local Database Pin
Malcolm Smart4-Oct-08 7:45
Malcolm Smart4-Oct-08 7:45 
GeneralRe: Connecting to a c# Local Database Pin
Alex Grose4-Oct-08 8:58
Alex Grose4-Oct-08 8:58 
GeneralRe: Connecting to a c# Local Database Pin
Paul Conrad4-Oct-08 15:34
professionalPaul Conrad4-Oct-08 15:34 
AnswerRe: Connecting to a c# Local Database Pin
funklet4-Oct-08 8:49
funklet4-Oct-08 8:49 
AnswerRe: Connecting to a c# Local Database Pin
jzonthemtn5-Oct-08 3:42
jzonthemtn5-Oct-08 3:42 
QuestionFail to set port using SetMulticastGroup() of IMulticastConfig to "MPEG-2 Multicast Receiver" filter Pin
Andy Rama4-Oct-08 1:18
Andy Rama4-Oct-08 1:18 
QuestionCreating a Pause Button....... Pin
Member 46731983-Oct-08 21:07
Member 46731983-Oct-08 21:07 

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.