Upload/Download Threading GUI
-
I'm creating a program that allows multiple uploads and downloads between two computers. I want to create a similar interface to the one found in LeechFTP. Hopefully someone out there is familiar with it. Using Spy++ it's apparent that the upload/download list is not a window itself. I can think of about a million ways to implement this, but was wondering what everyone else has to say about it. For those of you who haven't seen LeechFTP, it has a list of the current uploads and downloads with a progress bar and static text info for each thread. I'm also curious as to what's going on behind the scene. In my version I have a vector that holds classes that represent each upload/download in progress. Should each of these classes be able to draw the progress bar w/ static text info? How would I make this list scrollable? Thanks for any suggestions!
-Michael Anderson-
完成の円