Progress bar in Kazaa-Traffic
Has anyone any idea how they implemented the progress bar in Kazaa-Traffic? The data in traffic seems to be a listview in report mode. But I can't figure out how they implemented the progress bar. I want to implement the same thing in my app. Any ideas?
Re: Progress bar in Kazaa-Traffic
Quote:
Originally posted by leinad31
Has anyone any idea how they implemented the progress bar in Kazaa-Traffic? The data in traffic seems to be a listview in report mode. But I can't figure out how they implemented the progress bar. I want to implement the same thing in my app. Any ideas?
The solution is not that easy...
U need to have a progress bar which have an index value of 0 to start with...Means a control array of progress bar...
Then u need to have a listview and the progress bar is hidden behind the listview...Width of the progress bar is exactly same as the column where u want to put the progressbar...Make sure they are in same position as long as the x, y goes...X,Y are the cordinated to give absolute position...
Then all u need to do is show the progressbar over the listview and show it working...
If you have more then 1 item is listview then add another progressbar and code that too...
As I said not that easy work...now comes the hard part...your program need to work and increase the progressbar at the same time is kinda impossible with VB (Please correct me here if I am wrong)...I have never done this b4...
Hope this is helpful...
Cheers...