Introduction - If you have any usage issues, please Google them yourself
a simple download, General Description The program uses a worker thread to perform the file download this is so that our main application won t be blocked and so that we could have a cancel download functionality inside the program. All the downloading is being done from inside the thread along with the on-screen updating we will get into that in a minute.