Results 1 to 6 of 6

Thread: .net progressbars

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2004
    Location
    Grand Blanc
    Posts
    1

    .net progressbars

    Is there any way to change the color of a progress bar?

    Also to make it smooth. I know that you only had to change a setting in vb 6.0. In vb.net I couldnt find that property.

    How would I go about making the percent of the progressbar to be displayed in the middle of the actual progress bar?

    Thanks for the help. I am new to vb .net, thanx again!

  2. #2
    Member McBain2's Avatar
    Join Date
    Sep 2003
    Location
    UK, Glos.
    Posts
    60
    I've hit this problem also and many silimar before.

    .NET seems to miss out some of the most obvious and basic bits of VB 6 for all that it extends the language to another dimension!

    The fact that there is no way to programactically control the column order of a ListView either has put me off converting a program to .NET since that was a v.important feature of the program! Daft!

    In the end, the way to get around it is to revert back to the old controls... for example you can add the old progressbar control as used in VB6 into .NET by adding the reference MSCONCTL.OCX (Microsoft Progressbar Control V6.0) - via 'customize toolbox'. This has all the features you want as is miles away more useful than the pathetic one in .NET!

    Be sure to test on another non-dev PC for the dreaded 'class not licensed for use' error though!

  3. #3
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Edneeis has a beautiful custom progressbar control on his website . It's worth a look .

  4. #4
    Frenzied Member dynamic_sysop's Avatar
    Join Date
    Jun 2003
    Location
    Ashby, Leicestershire.
    Posts
    1,142
    for the coloring part , here's a link to an example i made ( near the bottom of the thread that opens ) ...Color Progressbars
    ~
    if a post is resolved, please mark it as [Resolved]
    protected string get_Signature(){return Censored;}
    [vbcode][php] please use code tags when posting any code [/php][/vbcode]

  5. #5
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    Make your own progress bar, it isn't difficult

  6. #6
    Lively Member
    Join Date
    Jan 2001
    Posts
    79
    Do not re-invent the wheel Edneeis has a good progress bar which I am using. He has other good controls like adding icons to the menus. Definetly worth having a look at Edneeis site.

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