Ive never used a progress bar before so i have no clue how they work or how to get them work.
I have a auto-update thing for one of my programs and it downloads 2 files off the internet to replace with the older versions of them on the users computer, how can i add a progress bar to tell the user the progress on the 2 files the update program is downloading?
I'm not sure on the Winsock way, i could never get it to work personally. If the file is only small, all i do is have a little animation running while it says Downloading Update... that way you can still use the Inet control and it keeps the user occupied
I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)