CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2006
    Posts
    228

    Question 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.
    Last edited by aaronking; February 15th, 2018 at 10:03 PM.

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    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 !

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured