Results 1 to 4 of 4

Thread: how to make a progress bar ???

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 1999
    Posts
    219

    Lightbulb

    how do i make my own progress bar with my own colors and stuff ??????
    me

  2. #2
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    It depends how good you want it to look.

    The easiest way is to make a uses control with a shape control in it, set the shape's left to 0 and it's width to the right proportion of the width of the control, From this you can go on to make it as complicated as you like.
    If it wasn't for this sentence I wouldn't have a signature at all.

  3. #3
    Fanatic Member
    Join Date
    Apr 2000
    Location
    Whats a location?
    Posts
    516

    Wink

    Or you can make a picturebox and use the .Line control if
    you want a gradient.
    Courgettes.

  4. #4
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221

    Thumbs up

    HEhe, this was the firs Usercontrol I ever made. Make one piechart progress instead, it's more cool
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

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