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

Re: Progress bars and Track bars. by Gerry

Gerry
Sun Apr 25 06:36:53 CDT 2004

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.

--
Gerry O'Brien
Visual Developer .NET MVP
Visual Basic


"Tom W" <anonymous@discussions.microsoft.com> wrote in message
news:6FA67D4E-94FE-424F-A80C-2B91797D078C@microsoft.com...
> 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