Progress bars and Track bars.

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

Guest

Hay everyone
I was wondering if its possible to get new and better looking progress and track bars (like the ones on realplayer and windows media player) since the ones on VB.NET look very old. Could I maybe download them but how would I get them into the program then
Thanx
 
You can do this in two possible ways.

1) Go to a custom control vendor's page and see what they have to offer.
Try http://www.devexpress.com?section=/products/NET/XtraBars

2) You can create your own.

The second method is the most productive becuase you don't have to write and
debug a control. It's already done. You merely install the control with
the installation utility and it is added to your toolbox automatically.
 
Back
Top