Custom user control (Progressbar)
Hello,
I am trying to create a vertical progressbar type user control.
I want to be able to set the max / min of the progressbar as well as setting the value
But I don’t know how or where to start.
Is there a custom progressbar I can use?
Or can someone provide some sample code for me?
Thanks.
Re: Custom user control (Progressbar)
Here is an article I wrote about a gradient progressbar component. Yes, it is in C#, but it is a component - which means that you simply have to add a reference to this dll / or add it to your toolbox. It should be what you need :)
http://www.codeguru.com/csharp/cshar...php/c15147__1/
I hope it helps !