hello people, this is my first post...
First, best regards for kleinma, this is what i need for my project for school,
i know that old thread but must try...

i need to figure the whole core so i can adjust it and put in my project...
here is a question:
why i need this ??? it is a property ok, but in whe class it only use first line mCurrentFille, i didnt see the roll of property... i have remove it and it still works..... so why ? ))
Code:
Private mCurrentFile As String = String.Empty

    Public ReadOnly Property CurrentFile() As String
        Get
            Return mCurrentFile
        End Get
    End Property
back to work... more questions to come ))
i need to figure it out how to fix bug with "after close it still downloads"
also for my project i need to download list of url's......... my app generates web urls and i need to download it all..... i need to figure it out how... maybe some loop...

great work !!!