PDA

Click to See Complete Forum and Search --> : Progress-bar!


Mine_23
Feb 14th, 2001, 09:50 AM
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!

YoungBuck
Feb 14th, 2001, 10:49 AM
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 (http://forums.vb-world.net/showthread.php?s=&postid=235208#post235208).

Ph34R
Feb 14th, 2001, 07:17 PM
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.