
Need Status Bar Code - PLEASE READ!!
There is a great example of how to create a gauge/status bar with just a
PictureBox (no third party controls needed) in the setup1.vbp project
that comes with the VB setup kit. The gauge bar is named PicStatus and
I believe the subroutine that updates the gauge with a percent is called
UpdateStatus.
Jeremy Markman
Quote:
>I am looking to make a status bar (i.e. that goes from 0% to 100%) but
>am unable to figure out how to make it. Could someone please send me
>an example of how you would go about doing this??