Progress Bar

  • Thread starter Thread starter Jm
  • Start date Start date
J

Jm

Hi All

Is the vb6 progress bar available under vb.net ? Or can you make the vb.net
one smooth instead of the default ?

Thanks
 
I've never done it, I just know that you have to "paint" the bar
instead to get the smooth feel to it. Just search for something like
"progress bar smooth" within the group. I just did and found lots of
discusson about it with examples.

hth
 
Jm said:
Is the vb6 progress bar available under vb.net ? Or can you make the
vb.net
one smooth instead of the default ?

In addition to the other replies: .NET 2.0 will extend the progressbar
class with a 'Style' property which can be set to 'Continuous'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top