Hello;
Can someone tell me hot create a SMOOTH-PROGRESS BAR like in the setup one that has a percentage inside the box.
I tried hard but I only found some ActiveX Controls for making it I wanna some API code if possible!
Printable View
Hello;
Can someone tell me hot create a SMOOTH-PROGRESS BAR like in the setup one that has a percentage inside the box.
I tried hard but I only found some ActiveX Controls for making it I wanna some API code if possible!
I don't think you will find any API calls that will actually display a progress bar for you, however with a few API calls you could create your own progressbar, or you could download the one that I made a few days ago that does exactly what you are looking for at this Thread.
Check out the article at http://www.vbsquare.com/articles/progress/index.html
there, it lists a bunch of stiles and stuff, and you could probly use bitblt to put in the parsentage number, the oposite color of what is under it.