by alex everitt (2 Submissions)
Category: Graphics
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating:
(8 Votes)

This one method will create a very flexible photoshop style Progress bar. The method uses many api functions and demonstrates some advanced graphic techniques such as using memory dc,bitmaps and win32 fontobjects. You can simply drop this function into your project and create a progress bar on anything (even a printer). The P.B. has a variety of borders and the text can supports end ellipses and file path shortening.
Assumes
Due the large number of declarations required. I have put the method into a class so that it can be kept together.
API DeclarationsToo many to mention
Upload