Progress Control and IEAddress

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does the progress bar control support smooth scrolling? I couldn't find a property to set the scrolling style. I'm creating a web browser and it is to be used for monitoring how much of the page has been downloaded.

Is there an IEAddress object (some form of enhanced combo box) that works the same way as the Address bar in IE?

Thanks for any answers.
J.
 
Hi James,

You can't change the style of a ProgressBar, nor overload it's Paint event to do your own style.
However, if your goal is to simply draw a smooth progress you can use a Label and use it's Paint event with FillRectangle.
 
Back
Top