So I whould like to develop a software in c# that will be capable of downloading youtube videos using threads.
Which control should i use in order to show the progress of each of the videos being downloaded in a given time?
|
So I whould like to develop a software in c# that will be capable of downloading youtube videos using threads. Which control should i use in order to show the progress of each of the videos being downloaded in a given time? |
||||
|
|
You can always use Here is a basic sample: C# Winform ProgressBar and BackgroundWorker By the way, a guy wrote a step-by-step instructions here which may be helpful: http://fernandof.wordpress.com/2007/04/04/implementing-multi-threading-in-winforms-using-the-backgroundworker-class/ |
||||
|
|
|
Try this article: |
|||
|
|