|
-
Apr 28th, 2000, 05:30 AM
#1
Thread Starter
Addicted Member
how do i make my own progress bar with my own colors and stuff ??????
-
Apr 28th, 2000, 05:37 AM
#2
Frenzied Member
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.
-
Apr 28th, 2000, 03:31 PM
#3
Fanatic Member
Or you can make a picturebox and use the .Line control if
you want a gradient.
-
Apr 28th, 2000, 03:52 PM
#4
transcendental analytic
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|