by Jens (1 Submission)
Category: Custom Controls/Forms/Menus
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(12 Votes)

This demo code shows how you can put progressbars into a listview control. Same principle works with other controls,too. For example commandbutton, picturebox or combobox. Works with horizontal, vertical and keyboard scrolling. Changing the column size is also no problem.
This demo uses subclassing. I used the subclassing control by SoftCircuits. You can get it for free at https://www.softcircuits.com.
Or use your own subclassing code. It should be no problem modifying the program to get it to work.